(format string, args ...interface{})
| 13 | } |
| 14 | |
| 15 | func (l TackleLogger) Errorf(format string, args ...interface{}) { |
| 16 | l.logger.Errorf(format, args...) |
| 17 | } |
| 18 | |
| 19 | func (l TackleLogger) Infof(format string, args ...interface{}) { |
| 20 | l.logger.Infof(format, args...) |
no outgoing calls