Expand description
Very simple syslog appender for the log4rs based on the libc’s syslog() function. Supports only *nix systems.
Source code and examples: https://github.com/im-0/log4rs-syslog
Structs§
- LogOption
- Syslog option flags.
- Syslog
Appender - An appender which writes log invents into syslog using
libc’s syslog() function. - Syslog
Appender Builder - Builder for
SyslogAppender.
Enums§
- Facility
- The type of program.
Functions§
- register
- Register deserializer for creating syslog appender based on log4rs configuration file.
Type Aliases§
- Level
Map - Function for mapping rust’s
loglevels tolibc’s log levels.