Type Definition fast_logger::Logger

source ·
pub type Logger<C> = LoggerV2Async<C>;
Expand description

The logger which dependent crates should use