(format string, args ...interface{})
| 195 | } |
| 196 | |
| 197 | func (p *DNSProxy) Error(format string, args ...interface{}) { |
| 198 | p.Sess.Events.Log(log.ERROR, p.tag+format, args...) |
| 199 | } |
| 200 | |
| 201 | func (p *DNSProxy) Fatal(format string, args ...interface{}) { |
| 202 | p.Sess.Events.Log(log.FATAL, p.tag+format, args...) |
no test coverage detected