[][src]Type Definition charlie_buffalo::ConcurrentLogger

type ConcurrentLogger = Arc<Mutex<Logger>>;

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

See also