Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.logging |
Modifier and Type | Method and Description |
---|---|
PeriodicSizeRotatingFileHandler |
Logging.LoggingResources.periodicSizeRotatingFileHandler(String key) |
Modifier and Type | Method and Description |
---|---|
List<PeriodicSizeRotatingFileHandler> |
Logging.LoggingResources.periodicSizeRotatingFileHandlers()
Get the list of PeriodicSizeRotatingFileHandler resources
|
Modifier and Type | Method and Description |
---|---|
T |
Logging.periodicSizeRotatingFileHandler(PeriodicSizeRotatingFileHandler value)
Add the PeriodicSizeRotatingFileHandler object to the list of
subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Logging.periodicSizeRotatingFileHandlers(List<PeriodicSizeRotatingFileHandler> value)
Add all PeriodicSizeRotatingFileHandler objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
PeriodicSizeRotatingFileHandler<T extends PeriodicSizeRotatingFileHandler<T>>
Defines a handler which writes to a file, rotating the log after a time
period derived from the given suffix string or after the size of the file
grows beyond a certain point and keeping a fixed number of backups.
|
interface |
PeriodicSizeRotatingFileHandlerConsumer<T extends PeriodicSizeRotatingFileHandler<T>> |
interface |
PeriodicSizeRotatingFileHandlerSupplier<T extends PeriodicSizeRotatingFileHandler> |
Modifier and Type | Method and Description |
---|---|
PeriodicSizeRotatingFileHandler |
PeriodicSizeRotatingFileHandlerSupplier.get()
Constructed instance of PeriodicSizeRotatingFileHandler resource
|
PeriodicSizeRotatingFileHandler |
LoggingProfile.LoggingProfileResources.periodicSizeRotatingFileHandler(String key) |
Modifier and Type | Method and Description |
---|---|
List<PeriodicSizeRotatingFileHandler> |
LoggingProfile.LoggingProfileResources.periodicSizeRotatingFileHandlers()
Get the list of PeriodicSizeRotatingFileHandler resources
|
Modifier and Type | Method and Description |
---|---|
T |
LoggingProfile.periodicSizeRotatingFileHandler(PeriodicSizeRotatingFileHandler value)
Add the PeriodicSizeRotatingFileHandler object to the list of
subresources
|
Modifier and Type | Method and Description |
---|---|
T |
LoggingProfile.periodicSizeRotatingFileHandlers(List<PeriodicSizeRotatingFileHandler> value)
Add all PeriodicSizeRotatingFileHandler objects to this subresource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.