| Constructor and Description |
|---|
LoggingResources() |
| Modifier and Type | Method and Description |
|---|---|
List<AsyncHandler> |
asyncHandlers()
Get the list of org.wildfly.swarm.config.logging.AsyncHandler resources
|
List<ConsoleHandler> |
consoleHandlers()
Get the list of org.wildfly.swarm.config.logging.ConsoleHandler resources
|
List<CustomFormatter> |
customFormatters()
Get the list of org.wildfly.swarm.config.logging.CustomFormatter resources
|
List<CustomHandler> |
customHandlers()
Get the list of org.wildfly.swarm.config.logging.CustomHandler resources
|
List<FileHandler> |
fileHandlers()
Get the list of org.wildfly.swarm.config.logging.FileHandler resources
|
List<LogFile> |
logFiles()
Get the list of org.wildfly.swarm.config.logging.LogFile resources
|
List<Logger> |
loggers()
Get the list of org.wildfly.swarm.config.logging.Logger resources
|
List<LoggingProfile> |
loggingProfiles()
Get the list of org.wildfly.swarm.config.logging.LoggingProfile resources
|
List<PatternFormatter> |
patternFormatters()
Get the list of org.wildfly.swarm.config.logging.PatternFormatter resources
|
List<PeriodicRotatingFileHandler> |
periodicRotatingFileHandlers()
Get the list of org.wildfly.swarm.config.logging.PeriodicRotatingFileHandler resources
|
List<PeriodicSizeRotatingFileHandler> |
periodicSizeRotatingFileHandlers()
Get the list of org.wildfly.swarm.config.logging.PeriodicSizeRotatingFileHandler resources
|
List<SizeRotatingFileHandler> |
sizeRotatingFileHandlers()
Get the list of org.wildfly.swarm.config.logging.SizeRotatingFileHandler resources
|
List<SyslogHandler> |
syslogHandlers()
Get the list of org.wildfly.swarm.config.logging.SyslogHandler resources
|
public List<PeriodicRotatingFileHandler> periodicRotatingFileHandlers()
public List<Logger> loggers()
public List<AsyncHandler> asyncHandlers()
public List<FileHandler> fileHandlers()
public List<SizeRotatingFileHandler> sizeRotatingFileHandlers()
public List<SyslogHandler> syslogHandlers()
public List<LoggingProfile> loggingProfiles()
public List<CustomFormatter> customFormatters()
public List<PeriodicSizeRotatingFileHandler> periodicSizeRotatingFileHandlers()
public List<ConsoleHandler> consoleHandlers()
public List<LogFile> logFiles()
public List<PatternFormatter> patternFormatters()
public List<CustomHandler> customHandlers()
Copyright © 2015 JBoss by Red Hat. All rights reserved.