DefaultLog provides a default implementation of the Logger interface.
| 4 | |
| 5 | // DefaultLog provides a default implementation of the Logger interface. |
| 6 | type DefaultLog struct{} |
| 7 | |
| 8 | // Logger instances provide custom logging. |
| 9 | type Logger interface { |
nothing calls this directly
no outgoing calls
no test coverage detected