public static enum SyslogHandler.Facility extends Enum<SyslogHandler.Facility>
| Enum Constant and Description | 
|---|
CLOCK_DAEMON  | 
CLOCK_DAEMON2  | 
FTP_DAEMON  | 
KERNEL  | 
LINE_PRINTER  | 
LOCAL_USE_0  | 
LOCAL_USE_1  | 
LOCAL_USE_2  | 
LOCAL_USE_3  | 
LOCAL_USE_4  | 
LOCAL_USE_5  | 
LOCAL_USE_6  | 
LOCAL_USE_7  | 
LOG_ALERT  | 
LOG_AUDIT  | 
MAIL_SYSTEM  | 
NETWORK_NEWS  | 
NTP  | 
SECURITY  | 
SECURITY2  | 
SYSLOGD  | 
SYSTEM_DAEMONS  | 
USER_LEVEL  | 
UUCP  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getAllowedValue()
Returns the allowed value for the management model. 
 | 
String | 
toString()  | 
static SyslogHandler.Facility | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SyslogHandler.Facility[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final SyslogHandler.Facility KERNEL
public static final SyslogHandler.Facility USER_LEVEL
public static final SyslogHandler.Facility MAIL_SYSTEM
public static final SyslogHandler.Facility SYSTEM_DAEMONS
public static final SyslogHandler.Facility SECURITY
public static final SyslogHandler.Facility SYSLOGD
public static final SyslogHandler.Facility LINE_PRINTER
public static final SyslogHandler.Facility NETWORK_NEWS
public static final SyslogHandler.Facility UUCP
public static final SyslogHandler.Facility CLOCK_DAEMON
public static final SyslogHandler.Facility SECURITY2
public static final SyslogHandler.Facility FTP_DAEMON
public static final SyslogHandler.Facility NTP
public static final SyslogHandler.Facility LOG_AUDIT
public static final SyslogHandler.Facility LOG_ALERT
public static final SyslogHandler.Facility CLOCK_DAEMON2
public static final SyslogHandler.Facility LOCAL_USE_0
public static final SyslogHandler.Facility LOCAL_USE_1
public static final SyslogHandler.Facility LOCAL_USE_2
public static final SyslogHandler.Facility LOCAL_USE_3
public static final SyslogHandler.Facility LOCAL_USE_4
public static final SyslogHandler.Facility LOCAL_USE_5
public static final SyslogHandler.Facility LOCAL_USE_6
public static final SyslogHandler.Facility LOCAL_USE_7
public static SyslogHandler.Facility[] values()
for (SyslogHandler.Facility c : SyslogHandler.Facility.values()) System.out.println(c);
public static SyslogHandler.Facility valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getAllowedValue()
public String toString()
toString in class Enum<SyslogHandler.Facility>Copyright © 2018 JBoss by Red Hat. All rights reserved.