more general syslog support

This commit is contained in:
brent saner
2025-02-10 12:35:40 -05:00
parent fd720f2b34
commit a0c6df14aa
11 changed files with 288 additions and 108 deletions

View File

@@ -7,7 +7,7 @@ These particular loggers (logging.Logger) available are:
StdLogger
FileLogger
SystemDLogger (Linux only)
SyslogLogger (Linux only)
SyslogLogger (Linux/macOS/other *NIX-like only)
WinLogger (Windows only)
There is a seventh type of logging.Logger, MultiLogger, that allows for multiple loggers to be written to with a single call.