Output returns the output writer.
()
| 34 | |
| 35 | // Output returns the output writer. |
| 36 | func (e *EchoLogger) Output() io.Writer { |
| 37 | return e.logger |
| 38 | } |
| 39 | |
| 40 | // SetOutput sets the output writer. |
| 41 | func (e *EchoLogger) SetOutput(w io.Writer) { |
no outgoing calls