Module syslog_rs::common [−][src]
Structs
| LogFacility | The facility argument is used to specify what type of program is logging the message. |
| LogStat | Flags which control the operation of openlog() and subsequent calls to syslog. |
| PATH_CONSOLE | path to the console dev |
| Priority | This determines the importance of the message |
Constants
| LOG_FACMASK | mask to extract facility part |
| MAXHOSTNAMELEN | max hostname size |
| MAXLINE | Maximum number of characters of syslog message |
| NILVALUE | RFC5424 defined value. |
| PATH_LOG | Unpriv socket |
| PATH_LOG_PRIV | Priviledged socket |
| PATH_OLDLOG | backward compatibility |
| PATH_OSX | OSX compat |
Functions
| get_internal_log | Returns the static configuration for internal log |