Type Definition charlie_buffalo::ConcurrentLogger[][src]

type ConcurrentLogger = Arc<Mutex<Logger>>;
Expand description

This is a wrapped logger that is safe to use in concurrency context.

See also