[go: up one dir, main page]

Module syslog

Source
Available on crate feature syslog only.
Expand description

Interfaces for controlling system log.

Structs§

LogFlags
Options for system logging.
LogMask
System log priority mask.
Priority
The priority for a log message.

Enums§

Facility
Facilities for log messages.
Severity
Severity levels for log messages.

Functions§

closelog
Closes the log file.
openlog
Logging options of subsequent syslog calls can be set by calling openlog.
setlogmask
Set the process-wide priority mask to mask and return the previous mask value.
syslog
Writes message to the system message logger.