Searched refs:NopLogger (Results 1 – 2 of 2) sorted by relevance
55 const NOP_LOGGER: NopLogger = NopLogger;57 struct NopLogger; struct59 impl log::Log for NopLogger { implementation74 impl Write for &NopLogger { implementation
397 static mut LOGGER: &dyn Log = &NopLogger;1298 struct NopLogger; struct1300 impl Log for NopLogger { implementation1575 static NOP: NopLogger = NopLogger; in logger()