public enum Facility extends Enum<Facility>
Enum Constant and Description |
---|
AUTH
Security/authorization messages.
|
AUTHPRIV
Security/authorization messages.
|
CLOCKD
Clock daemon.
|
CRON
Clock daemon.
|
DAEMON
System daemons.
|
FTP
FTP daemon.
|
KERN
Kernel messages.
|
LOCAL0
Local use 0 (local0).
|
LOCAL1
Local use 1 (local1).
|
LOCAL2
Local use 2 (local2).
|
LOCAL3
Local use 3 (local3).
|
LOCAL4
Local use 4 (local4).
|
LOCAL5
Local use 5 (local5).
|
LOCAL6
Local use 6 (local6).
|
LOCAL7
Local use 7 (local7).
|
LOGALERT
Log alert.
|
LOGAUDIT
Log audit.
|
LPR
Line printer subsystem.
|
MAIL
Mail system.
|
NEWS
Network news subsystem.
|
NTP
NTP subsystem.
|
SYSLOG
Messages generated internally by syslogd.
|
USER
User-level messages.
|
UUCP
UUCP subsystem.
|
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
static Facility |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Facility[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static Facility[] values()
for (Facility c : Facility.values()) System.out.println(c);
public static 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 int getCode()
Copyright 2011-2015 ForgeRock AS.