[][src]Module service_logging::prelude

Common traits for service-logging

Traits

AppendsLog

Can append log entries. (technically, the first param of the log! macro just needs to implement this fn signature, and doesn't need to impl this trait)

AppendsLogInnerMut

Can append log entries. Used for objects with inner mutability