rust side Log implementation
| 47 | |
| 48 | // rust side Log implementation |
| 49 | pub struct UnityLogger { |
| 50 | pub level: LevelFilter, |
| 51 | } |
| 52 | |
| 53 | impl log::Log for UnityLogger { |
| 54 | fn enabled(&self, metadata: &Metadata) -> bool { |
nothing calls this directly
no outgoing calls
no test coverage detected