Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.logging | |
org.wildfly.swarm.logging |
Modifier and Type | Method and Description |
---|---|
SyslogHandler |
Logging.LoggingResources.syslogHandler(String key) |
Modifier and Type | Method and Description |
---|---|
List<SyslogHandler> |
Logging.LoggingResources.syslogHandlers()
Get the list of SyslogHandler resources
|
Modifier and Type | Method and Description |
---|---|
T |
Logging.syslogHandler(SyslogHandler value)
Add the SyslogHandler object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Logging.syslogHandlers(List<SyslogHandler> value)
Add all SyslogHandler objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
SyslogHandler<T extends SyslogHandler<T>>
Defines a syslog handler.
|
interface |
SyslogHandlerConsumer<T extends SyslogHandler<T>> |
interface |
SyslogHandlerSupplier<T extends SyslogHandler> |
Modifier and Type | Method and Description |
---|---|
SyslogHandler |
SyslogHandlerSupplier.get()
Constructed instance of SyslogHandler resource
|
SyslogHandler |
LoggingProfile.LoggingProfileResources.syslogHandler(String key) |
Modifier and Type | Method and Description |
---|---|
List<SyslogHandler> |
LoggingProfile.LoggingProfileResources.syslogHandlers()
Get the list of SyslogHandler resources
|
Modifier and Type | Method and Description |
---|---|
T |
LoggingProfile.syslogHandler(SyslogHandler value)
Add the SyslogHandler object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
LoggingProfile.syslogHandlers(List<SyslogHandler> value)
Add all SyslogHandler objects to this subresource
|
Modifier and Type | Method and Description |
---|---|
List<SyslogHandler> |
LoggingFraction.syslogHandlers()
Get the list of SyslogHandlers for this logger
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.