(id string, lvl Level, calldepth int, a ...interface{})
| 119 | SetOutputLevel(logLevel Level) |
| 120 | SetOutput(w io.Writer) |
| 121 | Output(id string, lvl Level, calldepth int, a ...interface{}) error |
| 122 | Outputf(id string, lvl Level, calldepth int, format string, a ...interface{}) error |
| 123 | |
| 124 | // implement raft Logger with these two function |
no outgoing calls