(b []byte)
| 21 | type Logger interface { |
| 22 | Context(name string, params ...interface{}) Logger |
| 23 | Write(b []byte) (int, error) |
| 24 | Info(msg string, params ...interface{}) |
| 25 | Debug(msg string, params ...interface{}) |
| 26 | Warning(msg string, params ...interface{}) |
no outgoing calls
no test coverage detected