(&self, _metadata: &Metadata)
| 32 | |
| 33 | impl Log for GithubActionLogger { |
| 34 | fn enabled(&self, _metadata: &Metadata) -> bool { |
| 35 | true |
| 36 | } |
| 37 | |
| 38 | fn log(&self, record: &Record) { |
| 39 | if !should_provider_logger_handle_record(record) { |
nothing calls this directly
no outgoing calls
no test coverage detected