org.jboss.logmanager.handlers
Enum SyslogHandler.Facility
java.lang.Object
java.lang.Enum<SyslogHandler.Facility>
org.jboss.logmanager.handlers.SyslogHandler.Facility
- All Implemented Interfaces:
- Serializable, Comparable<SyslogHandler.Facility>
- Enclosing class:
- SyslogHandler
public static enum SyslogHandler.Facility
- extends Enum<SyslogHandler.Facility>
Facility as defined by RFC-5424 (http://tools.ietf.org/html/rfc5424)
and RFC-3164 (http://tools.ietf.org/html/rfc3164).
KERNEL
public static final SyslogHandler.Facility KERNEL
USER_LEVEL
public static final SyslogHandler.Facility USER_LEVEL
MAIL_SYSTEM
public static final SyslogHandler.Facility MAIL_SYSTEM
SYSTEM_DAEMONS
public static final SyslogHandler.Facility SYSTEM_DAEMONS
SECURITY
public static final SyslogHandler.Facility SECURITY
SYSLOGD
public static final SyslogHandler.Facility SYSLOGD
LINE_PRINTER
public static final SyslogHandler.Facility LINE_PRINTER
NETWORK_NEWS
public static final SyslogHandler.Facility NETWORK_NEWS
UUCP
public static final SyslogHandler.Facility UUCP
CLOCK_DAEMON
public static final SyslogHandler.Facility CLOCK_DAEMON
SECURITY2
public static final SyslogHandler.Facility SECURITY2
FTP_DAEMON
public static final SyslogHandler.Facility FTP_DAEMON
NTP
public static final SyslogHandler.Facility NTP
LOG_AUDIT
public static final SyslogHandler.Facility LOG_AUDIT
LOG_ALERT
public static final SyslogHandler.Facility LOG_ALERT
CLOCK_DAEMON2
public static final SyslogHandler.Facility CLOCK_DAEMON2
LOCAL_USE_0
public static final SyslogHandler.Facility LOCAL_USE_0
LOCAL_USE_1
public static final SyslogHandler.Facility LOCAL_USE_1
LOCAL_USE_2
public static final SyslogHandler.Facility LOCAL_USE_2
LOCAL_USE_3
public static final SyslogHandler.Facility LOCAL_USE_3
LOCAL_USE_4
public static final SyslogHandler.Facility LOCAL_USE_4
LOCAL_USE_5
public static final SyslogHandler.Facility LOCAL_USE_5
LOCAL_USE_6
public static final SyslogHandler.Facility LOCAL_USE_6
LOCAL_USE_7
public static final SyslogHandler.Facility LOCAL_USE_7
values
public static SyslogHandler.Facility[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (SyslogHandler.Facility c : SyslogHandler.Facility.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static SyslogHandler.Facility valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
toString
public String toString()
- Overrides:
toString in class Enum<SyslogHandler.Facility>
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.