(&self)
| 65 | LevelFilter::Debug |
| 66 | } |
| 67 | fn config(&self) -> Option<&Config> { |
| 68 | None//(Some(&self.config) |
| 69 | } |
| 70 | fn as_log(self: Box<Self>) -> Box<dyn Log> { |
| 71 | Box::new(*self) |
| 72 | } |
nothing calls this directly
no outgoing calls
no test coverage detected