(format string, v ...interface{})
| 7 | InfoF(format string, v ...interface{}) |
| 8 | ErrorF(format string, v ...interface{}) |
| 9 | DebugF(format string, v ...interface{}) |
| 10 | |
| 11 | //with context |
| 12 | InfoFX(ctx context.Context, format string, v ...interface{}) |
no outgoing calls
no test coverage detected