Lines Matching refs:LOGGER
204 //! static LOGGER: SimpleLogger = SimpleLogger;
207 //! log::set_logger(&LOGGER)
396 // The LOGGER static holds a pointer to the global logger. It is protected by
397 // the STATE static which determines whether LOGGER has been initialized yet.
398 static mut LOGGER: &dyn Log = &NopLogger;
404 // LOGGER hasn't actually been set yet), or the logger's active.
1298 // Just used as a dummy initial value for LOGGER
1486 LOGGER = make_logger();
1525 LOGGER = logger;
1579 unsafe { LOGGER }