(format string, args ...interface{})
| 121 | } |
| 122 | |
| 123 | func (p *HTTPProxy) Error(format string, args ...interface{}) { |
| 124 | p.Sess.Events.Log(log.ERROR, p.tag+format, args...) |
| 125 | } |
| 126 | |
| 127 | func (p *HTTPProxy) Fatal(format string, args ...interface{}) { |
| 128 | p.Sess.Events.Log(log.FATAL, p.tag+format, args...) |