| Interface | Description |
|---|---|
| Syslog.Clib |
Define the libc methods we want and create a static instance of these methods mapped to the
native libc.so library.
|
| Class | Description |
|---|---|
| Syslog |
Wrapper around openlib and syslog methods from the operating system's library that controls the system log.
|
| Enum | Description |
|---|---|
| Facility |
What part of the system is logging the message; for example, the mail subsystem.
|
| Level |
What level is the message; for example, informational or debugging.
|
| Option |
An option to pass to openlog; for example, log message to standard error as well as syslog.
|