(message ...interface{})
| 124 | } |
| 125 | |
| 126 | func (pipeline *logger) Error(message ...interface{}) { |
| 127 | pipeline.helper() |
| 128 | pipeline.write(config.LogLevelError, message...) |
| 129 | } |
| 130 | |
| 131 | func (pipeline *logger) Warning(message ...interface{}) { |
| 132 | pipeline.helper() |