(format string, args ...interface{})
| 53 | Warningf(format string, args ...interface{}) |
| 54 | Errorf(format string, args ...interface{}) |
| 55 | Panicf(format string, args ...interface{}) |
| 56 | } |
| 57 | |
| 58 | // SetLoggerFactory sets the factory function used to create ILogger instances. |
no outgoing calls