| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.logging |
| Modifier and Type | Method and Description |
|---|---|
List<SyslogHandler> |
Logging.LoggingResources.syslogHandlers()
Get the list of org.wildfly.swarm.config.logging.SyslogHandler resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Logging.syslogHandler(SyslogHandler value)
Add the org.wildfly.swarm.config.logging.SyslogHandler object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Logging.syslogHandlers(List<SyslogHandler> value)
Add all org.wildfly.swarm.config.logging.SyslogHandler objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
SyslogHandler |
SyslogHandler.appName(String value)
The app name used when formatting the message in RFC5424 format.
|
SyslogHandler |
SyslogHandler.enabled(Boolean value)
If set to true the handler is enabled and functioning as normal, if set to false the handler is ignored when processing log messages.
|
SyslogHandler |
SyslogHandler.facility(String value)
Facility as defined by RFC-5424 (http://tools.ietf.org/html/rfc5424)and RFC-3164 (http://tools.ietf.org/html/rfc3164).
|
SyslogHandler |
SyslogHandler.hostname(String value)
The name of the host the messages are being sent from.
|
SyslogHandler |
SyslogHandler.level(String value)
The log level specifying which message levels will be logged by this logger.
|
SyslogHandler |
SyslogHandler.port(Integer value)
The port the syslog server is listening on.
|
SyslogHandler |
SyslogHandler.serverAddress(String value)
The address of the syslog server.
|
SyslogHandler |
SyslogHandler.syslogFormat(String value)
Formats the log message according to the RFC specification.
|
| Modifier and Type | Method and Description |
|---|---|
List<SyslogHandler> |
LoggingProfile.LoggingProfileResources.syslogHandlers()
Get the list of org.wildfly.swarm.config.logging.SyslogHandler resources
|
| Modifier and Type | Method and Description |
|---|---|
LoggingProfile |
LoggingProfile.syslogHandler(SyslogHandler value)
Add the org.wildfly.swarm.config.logging.SyslogHandler object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
LoggingProfile |
LoggingProfile.syslogHandlers(List<SyslogHandler> value)
Add all org.wildfly.swarm.config.logging.SyslogHandler objects to this subresource
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.