Package | Description |
---|---|
org.wildfly.swarm.config.management.access |
Modifier and Type | Method and Description |
---|---|
SyslogHandler.Facility |
SyslogHandler.facility()
The facility to use for syslog logging as defined in section 6.2.1 of
RFC-5424, and section 4.1.1 of RFC-3164.
|
static SyslogHandler.Facility |
SyslogHandler.Facility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SyslogHandler.Facility[] |
SyslogHandler.Facility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
SyslogHandler.facility(SyslogHandler.Facility value)
The facility to use for syslog logging as defined in section 6.2.1 of
RFC-5424, and section 4.1.1 of RFC-3164.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.