Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.logging | |
org.wildfly.swarm.logging |
Modifier and Type | Method and Description |
---|---|
FileHandler |
Logging.LoggingResources.fileHandler(String key) |
Modifier and Type | Method and Description |
---|---|
List<FileHandler> |
Logging.LoggingResources.fileHandlers()
Get the list of FileHandler resources
|
Modifier and Type | Method and Description |
---|---|
T |
Logging.fileHandler(FileHandler value)
Add the FileHandler object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Logging.fileHandlers(List<FileHandler> value)
Add all FileHandler objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
FileHandler<T extends FileHandler<T>>
Defines a handler which writes to a file.
|
interface |
FileHandlerConsumer<T extends FileHandler<T>> |
interface |
FileHandlerSupplier<T extends FileHandler> |
Modifier and Type | Method and Description |
---|---|
FileHandler |
FileHandlerSupplier.get()
Constructed instance of FileHandler resource
|
Modifier and Type | Method and Description |
---|---|
List<FileHandler> |
LoggingFraction.fileHandlers()
Get the list of FileHandlers configured on this logger
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.