(LogLevel)
| 63 | // Interface logger interface |
| 64 | type Interface interface { |
| 65 | LogMode(LogLevel) Interface |
| 66 | Info(context.Context, string, ...interface{}) |
| 67 | Warn(context.Context, string, ...interface{}) |
| 68 | Error(context.Context, string, ...interface{}) |
no outgoing calls