Package ch.qos.logback.core.net
Class SyslogConstants
java.lang.Object
ch.qos.logback.core.net.SyslogConstants
Constants used by syslog daemon and transitively by
SyslogAppenderBase.- Author:
- Ceki Gülcü
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAlert: action must be taken immediatelystatic final intCritical: critical conditionsstatic final intDebug: debug-level messagesstatic final intEmergency: system is unusablestatic final intError: error conditionsstatic final intInformational: informational messagesstatic final intlog alert, numerical code 14.static final intlog audit, numerical code 13.static final intsecurity/authorization messages, numerical code 4.static final intsecurity/authorization messages, numerical code 10.static final intclock daemon, numerical code 15.static final intclock daemon, numerical code 9.static final intsystem daemons, numerical code 3.static final intftp daemon, numerical code 11.static final intkernel messages, numerical code 0.static final intreserved for local use, numerical code 16.static final intreserved for local use, numerical code 17.static final intreserved for local use, numerical code 18.static final intreserved for local use, numerical code 19.static final intreserved for local use, numerical code 20.static final intreserved for local use, numerical code 21.static final intreserved for local use, numerical code 22.static final intreserved for local use, numerical code 23.static final intline printer subsystem, numerical code 6.static final intmail system, numerical code 2.static final intnetwork news subsystem, numerical code 7.static final intNTP subsystem, numerical code 12.static final intmessages generated internally by syslogd, numerical code 5.static final intuser-level messages, numerical code 1.static final intUUCP subsystem, numerical code 8static final intNotice: normal but significant conditionstatic final intstatic final intWarning: warning conditions -
Constructor Summary
Constructors -
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()
-