Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.logging |
Modifier and Type | Method and Description |
---|---|
PeriodicRotatingFileHandler |
Logging.LoggingResources.periodicRotatingFileHandler(String key) |
Modifier and Type | Method and Description |
---|---|
List<PeriodicRotatingFileHandler> |
Logging.LoggingResources.periodicRotatingFileHandlers()
Get the list of PeriodicRotatingFileHandler resources
|
Modifier and Type | Method and Description |
---|---|
T |
Logging.periodicRotatingFileHandler(PeriodicRotatingFileHandler value)
Add the PeriodicRotatingFileHandler object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Logging.periodicRotatingFileHandlers(List<PeriodicRotatingFileHandler> value)
Add all PeriodicRotatingFileHandler objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
PeriodicRotatingFileHandler<T extends PeriodicRotatingFileHandler<T>>
Defines a handler which writes to a file, rotating the log after a time
period derived from the given suffix string, which should be in a format
understood by java.text.SimpleDateFormat.
|
interface |
PeriodicRotatingFileHandlerConsumer<T extends PeriodicRotatingFileHandler<T>> |
interface |
PeriodicRotatingFileHandlerSupplier<T extends PeriodicRotatingFileHandler> |
Modifier and Type | Method and Description |
---|---|
PeriodicRotatingFileHandler |
PeriodicRotatingFileHandlerSupplier.get()
Constructed instance of PeriodicRotatingFileHandler resource
|
PeriodicRotatingFileHandler |
LoggingProfile.LoggingProfileResources.periodicRotatingFileHandler(String key) |
Modifier and Type | Method and Description |
---|---|
List<PeriodicRotatingFileHandler> |
LoggingProfile.LoggingProfileResources.periodicRotatingFileHandlers()
Get the list of PeriodicRotatingFileHandler resources
|
Modifier and Type | Method and Description |
---|---|
T |
LoggingProfile.periodicRotatingFileHandler(PeriodicRotatingFileHandler value)
Add the PeriodicRotatingFileHandler object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
LoggingProfile.periodicRotatingFileHandlers(List<PeriodicRotatingFileHandler> value)
Add all PeriodicRotatingFileHandler objects to this subresource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.