| 1 | use log::{Level, LevelFilter, Metadata, Record, SetLoggerError}; |
| 2 | |
| 3 | struct SimpleLogger; |
| 4 | |
| 5 | impl log::Log for SimpleLogger { |
| 6 | fn enabled(&self, metadata: &Metadata) -> bool { |
nothing calls this directly
no outgoing calls
no test coverage detected