Mono Class Library: Mono.Unix.Native Namespace

Mono.Unix.Native.SyslogFacility Enumeration

System logging facilities.
[System.CLSCompliant(false)]
public enum SyslogFacility

See Also

Syscall.openlog

Remarks

Possible Syscall.openlogfacility values.

Members

Member NameDescription
LOG_AUTHThe authorization system: login(1), su(1), getty(8), etc.
LOG_AUTHPRIVThe same as SyslogFacility.LOG_AUTH, but logged to a file readable only by selected individuals.
LOG_CRONThe cron daemon: cron(8).
LOG_DAEMONSystem daemons, such as routed(8), that are not provided for explicitly by other facilities.
LOG_FTPThe file transfer protocol daemons: ftpd(8), tftpd(8), etc.
LOG_KERNMessages generated by the kernel. These cannot be generated by any user processes.
LOG_LOCAL0Documentation for this section has not yet been entered.
LOG_LOCAL1Reserved for local use.
LOG_LOCAL2Reserved for local use.
LOG_LOCAL3Reserved for local use.
LOG_LOCAL4Reserved for local use.
LOG_LOCAL5Reserved for local use.
LOG_LOCAL6Reserved for local use.
LOG_LOCAL7Reserved for local use.
LOG_LPRThe line printer spooling system: lpr(1), lpc(8), lpd(8), etc.
LOG_MAILThe mail system.
LOG_NEWSThe network news system.
LOG_SYSLOGMessages generated internally by syslogd(8).
LOG_USERMessages generated by random user processes. This is the default facility identifier if non is specified.
LOG_UUCPThe uucp system.

Requirements

Namespace: Mono.Unix.Native
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0