java.lang.Object
ch.qos.logback.core.net.SyslogConstants
-
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
-
ALERT_SEVERITY
-
CRITICAL_SEVERITY
-
ERROR_SEVERITY
-
WARNING_SEVERITY
-
NOTICE_SEVERITY
-
INFO_SEVERITY
-
DEBUG_SEVERITY
-
LOG_KERN
-
LOG_USER
-
LOG_MAIL
-
LOG_DAEMON
-
LOG_AUTH
-
LOG_SYSLOG
messages generated internally by syslogd, numerical code 5.- See Also:
-
LOG_LPR
-
LOG_NEWS
-
LOG_UUCP
-
LOG_CRON
-
LOG_AUTHPRIV
-
LOG_FTP
-
LOG_NTP
-
LOG_AUDIT
-
LOG_ALERT
-
LOG_CLOCK
-
LOG_LOCAL0
-
LOG_LOCAL1
-
LOG_LOCAL2
-
LOG_LOCAL3
-
LOG_LOCAL4
-
LOG_LOCAL5
-
LOG_LOCAL6
-
LOG_LOCAL7
-
-
Constructor Details
-
SyslogConstants
public SyslogConstants()
-