Crate syslog_tracing

Source
Expand description

syslog logging support for tracing backed by libc’s syslog() function.

See Syslog for documentation and examples.

Structs§

Options
syslog options.
Syslog
MakeWriter that logs to syslog via libc’s syslog() function.
SyslogWriter
Writer to syslog produced by MakeWriter.

Enums§

Facility
syslog facility.
InvalidCharAction
What to do when a log message contains characters that are invalid in C strings.