without context
(format string, v ...interface{})
| 5 | type ILogger interface { |
| 6 | //without context |
| 7 | InfoF(format string, v ...interface{}) |
| 8 | ErrorF(format string, v ...interface{}) |
| 9 | DebugF(format string, v ...interface{}) |
| 10 |
no outgoing calls
no test coverage detected