(Level, int, *Record)
| 11 | // be used as a logging backend. |
| 12 | type Backend interface { |
| 13 | Log(Level, int, *Record) error |
| 14 | } |
| 15 | |
| 16 | // SetBackend replaces the backend currently set with the given new logging |
no outgoing calls
no test coverage detected