(format string, args ...interface{})
| 187 | } |
| 188 | |
| 189 | func (p *DNSProxy) Info(format string, args ...interface{}) { |
| 190 | p.Sess.Events.Log(log.INFO, p.tag+format, args...) |
| 191 | } |
| 192 | |
| 193 | func (p *DNSProxy) Warning(format string, args ...interface{}) { |
| 194 | p.Sess.Events.Log(log.WARNING, p.tag+format, args...) |
no test coverage detected