Mono Class Library: Mono.Unix.Native Namespace

Mono.Unix.Native.SyslogLevel Enumeration

System logging levels.
[System.CLSCompliant(false)]
public enum SyslogLevel

See Also

Syscall.syslog
Syscall.setlogmask

Remarks

Possible Syscall.sysloglevel values.

Members

Member NameDescription
LOG_ALERTA condition that should be corrected immediately, such as a corrupted system database.
LOG_CRITCritical conditions, e.g., hard device errors.
LOG_DEBUGMessages that contain information normally of use only when debugging a program.
LOG_EMERGA panic condition. This is normally broadcast to all users.
LOG_ERRErrors.
LOG_INFOInformational messages.
LOG_NOTICEConditions that are not error conditions, but should possibly be handled specially.
LOG_WARNINGWarning messages.

Requirements

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