Debug logs debug information using the Default Messenger
(msg string, args ...interface{})
| 88 | |
| 89 | // Debug logs debug information using the Default Messenger |
| 90 | func Debug(msg string, args ...interface{}) { |
| 91 | Default.Debug(msg, args...) |
| 92 | } |
| 93 | |
| 94 | // Warn logs a warning |
| 95 | func (m *Messenger) Warn(msg string, args ...interface{}) { |