StdoutWriter writes logs to standard out.
| 633 | type ( |
| 634 | // StdoutWriter writes logs to standard out. |
| 635 | StdoutWriter struct{} |
| 636 | |
| 637 | // StderrWriter writes logs to standard error. |
| 638 | StderrWriter struct{} |
nothing calls this directly
no outgoing calls
no test coverage detected