Printf calls l.Output to print to the logger.
(format string, v ...interface{})
| 42 | |
| 43 | // Printf calls l.Output to print to the logger. |
| 44 | func (w *Whitelist) Printf(format string, v ...interface{}) { |
| 45 | w.log.Printf(format, v...) |
| 46 | } |
no outgoing calls
no test coverage detected