Package | Description |
---|---|
org.wildfly.swarm.config.logging | |
org.wildfly.swarm.config.logging.logging_profile |
Modifier and Type | Method and Description |
---|---|
FileHandler |
LoggingProfile.LoggingProfileResources.fileHandler(String key) |
Modifier and Type | Method and Description |
---|---|
List<FileHandler> |
LoggingProfile.LoggingProfileResources.fileHandlers()
Get the list of FileHandler resources
|
Modifier and Type | Method and Description |
---|---|
T |
LoggingProfile.fileHandler(FileHandler value)
Add the FileHandler object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
LoggingProfile.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
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.