| Package | Description | 
|---|---|
| org.wildfly.swarm.config.logging | 
| Modifier and Type | Method and Description | 
|---|---|
SyslogHandler.Facility | 
SyslogHandler.facility()
Facility as defined by RFC-5424 (http://tools.ietf.org/html/rfc5424)and
 RFC-3164 (http://tools.ietf.org/html/rfc3164). 
 | 
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)
Facility as defined by RFC-5424 (http://tools.ietf.org/html/rfc5424)and
 RFC-3164 (http://tools.ietf.org/html/rfc3164). 
 | 
Copyright © 2019 JBoss by Red Hat. All rights reserved.