[][src]Type Definition slog_env_cfg::Logger

type Logger = Logger<Arc<dyn SendSyncRefUnwindSafeDrain<Ok = (), Err = Never>>>;

Logger is a convenience type alias for the slog::Logger. You can use it to pass around the Logger built with this crate in your app code.