pub(crate) type LoggerHandle = Handle<LevelFilter, Registry>;
Handle to our Logger
struct LoggerHandle { /* private fields */ }