()
| 25 | // static LOGGER: SimpleLogger = SimpleLogger; |
| 26 | |
| 27 | pub fn init() -> Result<(), SetLoggerError> { |
| 28 | // log::set_logger(&LOGGER).map(|()| log::set_max_level(LevelFilter::Info)) |
| 29 | log::set_boxed_logger(Box::new(SimpleLogger)).map(|()| log::set_max_level(LevelFilter::Debug)) |
| 30 | } |
nothing calls this directly
no outgoing calls
no test coverage detected