| Package | Description |
|---|---|
| org.wildfly.swarm.config.logging.subsystem.loggingProfile | |
| org.wildfly.swarm.config.logging.subsystem.loggingProfile.fileHandler |
| 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>
Defines a handler which writes to a file.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.