| Constructor and Description |
|---|
LoggingResources() |
| 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<LoggingProfile> |
loggingProfiles()
Get the list of LoggingProfile 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
|
RootLogger |
rootLogger()
Defines the root logger for this log context.
|
List<SizeRotatingFileHandler> |
sizeRotatingFileHandlers()
Get the list of SizeRotatingFileHandler resources
|
List<SyslogHandler> |
syslogHandlers()
Get the list of SyslogHandler resources
|
@Subresource public List<PeriodicRotatingFileHandler> periodicRotatingFileHandlers()
@Subresource public List<Logger> loggers()
@Subresource public List<AsyncHandler> asyncHandlers()
@Subresource public List<FileHandler> fileHandlers()
@Subresource public List<SizeRotatingFileHandler> sizeRotatingFileHandlers()
@Subresource public List<SyslogHandler> syslogHandlers()
@Subresource public List<LoggingProfile> loggingProfiles()
@Subresource public List<CustomFormatter> customFormatters()
@Subresource public List<PeriodicSizeRotatingFileHandler> periodicSizeRotatingFileHandlers()
@Subresource public List<ConsoleHandler> consoleHandlers()
@Subresource public List<LogFile> logFiles()
@Subresource public List<PatternFormatter> patternFormatters()
@Subresource public List<CustomHandler> customHandlers()
@Subresource public RootLogger rootLogger()
Copyright © 2015 JBoss by Red Hat. All rights reserved.