Mono Class Library: Mono.Unix.Native Namespace

Mono.Unix.Native.SyslogOptions Enumeration

System logging options. [Edit]
[System.CLSCompliant(false)]
[System.Flags]
public enum SyslogOptions

See Also

Syscall.openlog

Remarks

Possible Syscall.openlogoption values. [Edit]

Members

Member NameDescription
LOG_CONSIf Syscall.syslog cannot pass the message to syslogd(8) it will attempt to write the message to the console ("/dev/console"). [Edit]
LOG_NDELAYOpen the connection to syslogd(8) immediately. Normally the open is delayed until the first message is logged. Useful for programs that need to manage the order in which file descriptors are allocated. [Edit]
LOG_NOWAITDocumentation for this section has not yet been entered. [Edit]
LOG_ODELAYOpen the connection to syslogd(8) when the first message is logged. This is the default, and need not be specified. [Edit]
LOG_PERRORWrite the message to standard error output as well as to the system log. [Edit]
LOG_PIDLog the process id with each message: useful for identiying instantiations of daemons. [Edit]

Requirements

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