| 23 | } |
| 24 | |
| 25 | type syslogWriter struct { |
| 26 | w SyslogWriter |
| 27 | prefix string |
| 28 | } |
| 29 | |
| 30 | // SyslogLevelWriter wraps a SyslogWriter and call the right syslog level |
| 31 | // method matching the zerolog level. |
nothing calls this directly
no outgoing calls
no test coverage detected