Log a message at the given level with context key/value pairs
(msg string, ctx ...interface{})
| 23 | |
| 24 | // Log a message at the given level with context key/value pairs |
| 25 | Debug(msg string, ctx ...interface{}) |
| 26 | |
| 27 | // Log a message at the given level formatting message with the parameters |
| 28 | Debugf(msg string, params ...interface{}) |
no outgoing calls