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