System logging facilities.
[System.CLSCompliant(false)]
public enum SyslogFacility
Member Name | Description |
---|
LOG_AUTH | The authorization system: login(1), su(1),
getty(8), etc. |
LOG_AUTHPRIV | The same as
SyslogFacility.LOG_AUTH,
but logged to a file readable only by selected individuals. |
LOG_CRON | The cron daemon: cron(8). |
LOG_DAEMON | System daemons, such as routed(8), that are not
provided for explicitly by other facilities. |
LOG_FTP | The file transfer protocol daemons: ftpd(8),
tftpd(8), etc. |
LOG_KERN | Messages generated by the kernel. These cannot be generated
by any user processes. |
LOG_LOCAL0 | Documentation for this section has not yet been entered. |
LOG_LOCAL1 | Reserved for local use. |
LOG_LOCAL2 | Reserved for local use. |
LOG_LOCAL3 | Reserved for local use. |
LOG_LOCAL4 | Reserved for local use. |
LOG_LOCAL5 | Reserved for local use. |
LOG_LOCAL6 | Reserved for local use. |
LOG_LOCAL7 | Reserved for local use. |
LOG_LPR | The line printer spooling system: lpr(1),
lpc(8), lpd(8), etc. |
LOG_MAIL | The mail system. |
LOG_NEWS | The network news system. |
LOG_SYSLOG | Messages generated internally by syslogd(8). |
LOG_USER | Messages generated by random user processes. This is the
default facility identifier if non is specified. |
LOG_UUCP | The uucp system. |
Namespace: Mono.Unix.Native
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0