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 intAlert: action must be taken immediatelystatic intCritical: critical conditionsstatic intDebug: debug-level messagesstatic intEmergency: system is unusablestatic intError: error conditionsstatic intInformational: informational messagesstatic intlog alert, numerical code 14.static intlog audit, numerical code 13.static intsecurity/authorization messages, numerical code 4.static intsecurity/authorization messages, numerical code 10.static intclock daemon, numerical code 15.static intclock daemon, numerical code 9.static intsystem daemons, numerical code 3.static intftp daemon, numerical code 11.static intkernel messages, numerical code 0.static intreserved for local use, numerical code 16.static intreserved for local use, numerical code 17.static intreserved for local use, numerical code 18.static intreserved for local use, numerical code 19.static intreserved for local use, numerical code 20.static intreserved for local use, numerical code 21.static intreserved for local use, numerical code 22.static intreserved for local use, numerical code 23.static intline printer subsystem, numerical code 6.static intmail system, numerical code 2.static intnetwork news subsystem, numerical code 7.static intNTP subsystem, numerical code 12.static intmessages generated internally by syslogd, numerical code 5.static intuser-level messages, numerical code 1.static intUUCP subsystem, numerical code 8static intNotice: normal but significant conditionstatic intstatic intWarning: warning conditions -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SYSLOG_PORT
public static final int SYSLOG_PORT- See Also:
- Constant Field Values
-
EMERGENCY_SEVERITY
public static final int EMERGENCY_SEVERITYEmergency: system is unusable- See Also:
- Constant Field Values
-
ALERT_SEVERITY
public static final int ALERT_SEVERITYAlert: action must be taken immediately- See Also:
- Constant Field Values
-
CRITICAL_SEVERITY
public static final int CRITICAL_SEVERITYCritical: critical conditions- See Also:
- Constant Field Values
-
ERROR_SEVERITY
public static final int ERROR_SEVERITYError: error conditions- See Also:
- Constant Field Values
-
WARNING_SEVERITY
public static final int WARNING_SEVERITYWarning: warning conditions- See Also:
- Constant Field Values
-
NOTICE_SEVERITY
public static final int NOTICE_SEVERITYNotice: normal but significant condition- See Also:
- Constant Field Values
-
INFO_SEVERITY
public static final int INFO_SEVERITYInformational: informational messages- See Also:
- Constant Field Values
-
DEBUG_SEVERITY
public static final int DEBUG_SEVERITYDebug: debug-level messages- See Also:
- Constant Field Values
-
LOG_KERN
public static final int LOG_KERNkernel messages, numerical code 0.- See Also:
- Constant Field Values
-
LOG_USER
public static final int LOG_USERuser-level messages, numerical code 1.- See Also:
- Constant Field Values
-
LOG_MAIL
public static final int LOG_MAILmail system, numerical code 2.- See Also:
- Constant Field Values
-
LOG_DAEMON
public static final int LOG_DAEMONsystem daemons, numerical code 3.- See Also:
- Constant Field Values
-
LOG_AUTH
public static final int LOG_AUTHsecurity/authorization messages, numerical code 4.- See Also:
- Constant Field Values
-
LOG_SYSLOG
public static final int LOG_SYSLOGmessages generated internally by syslogd, numerical code 5.- See Also:
- Constant Field Values
-
LOG_LPR
public static final int LOG_LPRline printer subsystem, numerical code 6.- See Also:
- Constant Field Values
-
LOG_NEWS
public static final int LOG_NEWSnetwork news subsystem, numerical code 7.- See Also:
- Constant Field Values
-
LOG_UUCP
public static final int LOG_UUCPUUCP subsystem, numerical code 8- See Also:
- Constant Field Values
-
LOG_CRON
public static final int LOG_CRONclock daemon, numerical code 9.- See Also:
- Constant Field Values
-
LOG_AUTHPRIV
public static final int LOG_AUTHPRIVsecurity/authorization messages, numerical code 10.- See Also:
- Constant Field Values
-
LOG_FTP
public static final int LOG_FTPftp daemon, numerical code 11.- See Also:
- Constant Field Values
-
LOG_NTP
public static final int LOG_NTPNTP subsystem, numerical code 12.- See Also:
- Constant Field Values
-
LOG_AUDIT
public static final int LOG_AUDITlog audit, numerical code 13.- See Also:
- Constant Field Values
-
LOG_ALERT
public static final int LOG_ALERTlog alert, numerical code 14.- See Also:
- Constant Field Values
-
LOG_CLOCK
public static final int LOG_CLOCKclock daemon, numerical code 15.- See Also:
- Constant Field Values
-
LOG_LOCAL0
public static final int LOG_LOCAL0reserved for local use, numerical code 16.- See Also:
- Constant Field Values
-
LOG_LOCAL1
public static final int LOG_LOCAL1reserved for local use, numerical code 17.- See Also:
- Constant Field Values
-
LOG_LOCAL2
public static final int LOG_LOCAL2reserved for local use, numerical code 18.- See Also:
- Constant Field Values
-
LOG_LOCAL3
public static final int LOG_LOCAL3reserved for local use, numerical code 19.- See Also:
- Constant Field Values
-
LOG_LOCAL4
public static final int LOG_LOCAL4reserved for local use, numerical code 20.- See Also:
- Constant Field Values
-
LOG_LOCAL5
public static final int LOG_LOCAL5reserved for local use, numerical code 21.- See Also:
- Constant Field Values
-
LOG_LOCAL6
public static final int LOG_LOCAL6reserved for local use, numerical code 22.- See Also:
- Constant Field Values
-
LOG_LOCAL7
public static final int LOG_LOCAL7reserved for local use, numerical code 23.- See Also:
- Constant Field Values
-
-
Constructor Details
-
SyslogConstants
public SyslogConstants()
-