java.lang.Object
ch.qos.logback.core.net.SyslogConstants
Constants used by syslog daemon and transitively by
SyslogAppenderBase
.- Author:
- Ceki Gülcü
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Alert: action must be taken immediatelystatic final int
Critical: critical conditionsstatic final int
Debug: debug-level messagesstatic final int
Emergency: system is unusablestatic final int
Error: error conditionsstatic final int
Informational: informational messagesstatic final int
log alert, numerical code 14.static final int
log audit, numerical code 13.static final int
security/authorization messages, numerical code 4.static final int
security/authorization messages, numerical code 10.static final int
clock daemon, numerical code 15.static final int
clock daemon, numerical code 9.static final int
system daemons, numerical code 3.static final int
ftp daemon, numerical code 11.static final int
kernel messages, numerical code 0.static final int
reserved for local use, numerical code 16.static final int
reserved for local use, numerical code 17.static final int
reserved for local use, numerical code 18.static final int
reserved for local use, numerical code 19.static final int
reserved for local use, numerical code 20.static final int
reserved for local use, numerical code 21.static final int
reserved for local use, numerical code 22.static final int
reserved for local use, numerical code 23.static final int
line printer subsystem, numerical code 6.static final int
mail system, numerical code 2.static final int
network news subsystem, numerical code 7.static final int
NTP subsystem, numerical code 12.static final int
messages generated internally by syslogd, numerical code 5.static final int
user-level messages, numerical code 1.static final int
UUCP subsystem, numerical code 8static final int
Notice: normal but significant conditionstatic final int
static final int
Warning: warning conditions -
Constructor Summary
-
Method Summary
-
Field Details
-
SYSLOG_PORT
- See Also:
-
EMERGENCY_SEVERITY
Emergency: system is unusable- See Also:
-
ALERT_SEVERITY
Alert: action must be taken immediately- See Also:
-
CRITICAL_SEVERITY
Critical: critical conditions- See Also:
-
ERROR_SEVERITY
Error: error conditions- See Also:
-
WARNING_SEVERITY
Warning: warning conditions- See Also:
-
NOTICE_SEVERITY
Notice: normal but significant condition- See Also:
-
INFO_SEVERITY
Informational: informational messages- See Also:
-
DEBUG_SEVERITY
Debug: debug-level messages- See Also:
-
LOG_KERN
kernel messages, numerical code 0.- See Also:
-
LOG_USER
user-level messages, numerical code 1.- See Also:
-
LOG_MAIL
mail system, numerical code 2.- See Also:
-
LOG_DAEMON
system daemons, numerical code 3.- See Also:
-
LOG_AUTH
security/authorization messages, numerical code 4.- See Also:
-
LOG_SYSLOG
messages generated internally by syslogd, numerical code 5.- See Also:
-
LOG_LPR
line printer subsystem, numerical code 6.- See Also:
-
LOG_NEWS
network news subsystem, numerical code 7.- See Also:
-
LOG_UUCP
UUCP subsystem, numerical code 8- See Also:
-
LOG_CRON
clock daemon, numerical code 9.- See Also:
-
LOG_AUTHPRIV
security/authorization messages, numerical code 10.- See Also:
-
LOG_FTP
ftp daemon, numerical code 11.- See Also:
-
LOG_NTP
NTP subsystem, numerical code 12.- See Also:
-
LOG_AUDIT
log audit, numerical code 13.- See Also:
-
LOG_ALERT
log alert, numerical code 14.- See Also:
-
LOG_CLOCK
clock daemon, numerical code 15.- See Also:
-
LOG_LOCAL0
reserved for local use, numerical code 16.- See Also:
-
LOG_LOCAL1
reserved for local use, numerical code 17.- See Also:
-
LOG_LOCAL2
reserved for local use, numerical code 18.- See Also:
-
LOG_LOCAL3
reserved for local use, numerical code 19.- See Also:
-
LOG_LOCAL4
reserved for local use, numerical code 20.- See Also:
-
LOG_LOCAL5
reserved for local use, numerical code 21.- See Also:
-
LOG_LOCAL6
reserved for local use, numerical code 22.- See Also:
-
LOG_LOCAL7
reserved for local use, numerical code 23.- See Also:
-
-
Constructor Details
-
SyslogConstants
public SyslogConstants()
-