Home
last modified time | relevance | path

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

/external/rust/crates/tracing/benches/
Dshared.rs57 struct NopLogger; struct
59 impl log::Log for NopLogger { implementation
74 impl Write for &NopLogger { implementation
/external/rust/crates/log/src/
Dlib.rs1298 struct NopLogger; struct
1300 impl Log for NopLogger { implementation