Home
last modified time | relevance | path

Searched refs:NopLogger (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/tracing/benches/
Dshared.rs55 const NOP_LOGGER: NopLogger = NopLogger;
57 struct NopLogger; struct
59 impl log::Log for NopLogger { implementation
74 impl Write for &NopLogger { implementation
/external/rust/crates/log/src/
Dlib.rs397 static mut LOGGER: &dyn Log = &NopLogger;
1298 struct NopLogger; struct
1300 impl Log for NopLogger { implementation
1575 static NOP: NopLogger = NopLogger; in logger()