System logging options.
[
Edit]
[System.CLSCompliant(false)] [System.Flags] public enum SyslogOptions |
|
See Also
Remarks
Members
Member Name | Description |
---|
LOG_CONS | If Syscall.syslog
cannot pass the message to syslogd(8) it will attempt to write
the message to the console ("/dev/console").
[Edit]
|
LOG_NDELAY | Open 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_NOWAIT | Documentation for this section has not yet been entered.
[Edit]
|
LOG_ODELAY | Open the connection to syslogd(8) when the first
message is logged. This is the default, and need not be specified.
[Edit]
|
LOG_PERROR | Write the message to standard error output as well as to the
system log.
[Edit]
|
LOG_PID | Log 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