| Package | Description |
|---|---|
| org.wildfly.swarm.config.logging | |
| org.wildfly.swarm.config.logging.subsystem.syslogHandler |
| Modifier and Type | Method and Description |
|---|---|
List<SyslogHandler> |
Logging.LoggingResources.syslogHandlers()
Get the list of SyslogHandler resources
|
| Modifier and Type | Method and Description |
|---|---|
Logging |
Logging.syslogHandler(SyslogHandler value)
Add the SyslogHandler object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
Logging |
Logging.syslogHandlers(List<SyslogHandler> value)
Add all 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.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.