public class LoggingProfile extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingProfile.LoggingProfileResources
Child mutators for LoggingProfile
|
| Constructor and Description |
|---|
LoggingProfile(String key) |
| Modifier and Type | Method and Description |
|---|---|
LoggingProfile |
asyncHandler(AsyncHandler value)
Add the AsyncHandler object to the list of subresources
|
LoggingProfile |
asyncHandlers(List<AsyncHandler> value)
Add all AsyncHandler objects to this subresource
|
LoggingProfile |
consoleHandler(ConsoleHandler value)
Add the ConsoleHandler object to the list of subresources
|
LoggingProfile |
consoleHandlers(List<ConsoleHandler> value)
Add all ConsoleHandler objects to this subresource
|
LoggingProfile |
customFormatter(CustomFormatter value)
Add the CustomFormatter object to the list of subresources
|
LoggingProfile |
customFormatters(List<CustomFormatter> value)
Add all CustomFormatter objects to this subresource
|
LoggingProfile |
customHandler(CustomHandler value)
Add the CustomHandler object to the list of subresources
|
LoggingProfile |
customHandlers(List<CustomHandler> value)
Add all CustomHandler objects to this subresource
|
LoggingProfile |
fileHandler(FileHandler value)
Add the FileHandler object to the list of subresources
|
LoggingProfile |
fileHandlers(List<FileHandler> value)
Add all FileHandler objects to this subresource
|
String |
getKey() |
LoggingProfile |
logFile(LogFile value)
Add the LogFile object to the list of subresources
|
LoggingProfile |
logFiles(List<LogFile> value)
Add all LogFile objects to this subresource
|
LoggingProfile |
logger(Logger value)
Add the Logger object to the list of subresources
|
LoggingProfile |
loggers(List<Logger> value)
Add all Logger objects to this subresource
|
LoggingProfile |
patternFormatter(PatternFormatter value)
Add the PatternFormatter object to the list of subresources
|
LoggingProfile |
patternFormatters(List<PatternFormatter> value)
Add all PatternFormatter objects to this subresource
|
LoggingProfile |
periodicRotatingFileHandler(PeriodicRotatingFileHandler value)
Add the PeriodicRotatingFileHandler object to the list of subresources
|
LoggingProfile |
periodicRotatingFileHandlers(List<PeriodicRotatingFileHandler> value)
Add all PeriodicRotatingFileHandler objects to this subresource
|
LoggingProfile |
periodicSizeRotatingFileHandler(PeriodicSizeRotatingFileHandler value)
Add the PeriodicSizeRotatingFileHandler object to the list of subresources
|
LoggingProfile |
periodicSizeRotatingFileHandlers(List<PeriodicSizeRotatingFileHandler> value)
Add all PeriodicSizeRotatingFileHandler objects to this subresource
|
Root |
root()
Defines the root logger for this log context.
|
LoggingProfile |
root(Root value)
Defines the root logger for this log context.
|
LoggingProfile |
sizeRotatingFileHandler(SizeRotatingFileHandler value)
Add the SizeRotatingFileHandler object to the list of subresources
|
LoggingProfile |
sizeRotatingFileHandlers(List<SizeRotatingFileHandler> value)
Add all SizeRotatingFileHandler objects to this subresource
|
LoggingProfile.LoggingProfileResources |
subresources() |
LoggingProfile |
syslogHandler(SyslogHandler value)
Add the SyslogHandler object to the list of subresources
|
LoggingProfile |
syslogHandlers(List<SyslogHandler> value)
Add all SyslogHandler objects to this subresource
|
public LoggingProfile(String key)
public String getKey()
public LoggingProfile.LoggingProfileResources subresources()
public LoggingProfile periodicRotatingFileHandlers(List<PeriodicRotatingFileHandler> value)
value - List of PeriodicRotatingFileHandler objects.public LoggingProfile periodicRotatingFileHandler(PeriodicRotatingFileHandler value)
value - The PeriodicRotatingFileHandler to addpublic LoggingProfile customFormatters(List<CustomFormatter> value)
value - List of CustomFormatter objects.public LoggingProfile customFormatter(CustomFormatter value)
value - The CustomFormatter to addpublic LoggingProfile periodicSizeRotatingFileHandlers(List<PeriodicSizeRotatingFileHandler> value)
value - List of PeriodicSizeRotatingFileHandler objects.public LoggingProfile periodicSizeRotatingFileHandler(PeriodicSizeRotatingFileHandler value)
value - The PeriodicSizeRotatingFileHandler to addpublic LoggingProfile consoleHandlers(List<ConsoleHandler> value)
value - List of ConsoleHandler objects.public LoggingProfile consoleHandler(ConsoleHandler value)
value - The ConsoleHandler to addpublic LoggingProfile loggers(List<Logger> value)
value - List of Logger objects.public LoggingProfile logger(Logger value)
value - The Logger to addpublic LoggingProfile asyncHandlers(List<AsyncHandler> value)
value - List of AsyncHandler objects.public LoggingProfile asyncHandler(AsyncHandler value)
value - The AsyncHandler to addpublic LoggingProfile fileHandlers(List<FileHandler> value)
value - List of FileHandler objects.public LoggingProfile fileHandler(FileHandler value)
value - The FileHandler to addpublic LoggingProfile logFiles(List<LogFile> value)
value - List of LogFile objects.public LoggingProfile logFile(LogFile value)
value - The LogFile to addpublic LoggingProfile patternFormatters(List<PatternFormatter> value)
value - List of PatternFormatter objects.public LoggingProfile patternFormatter(PatternFormatter value)
value - The PatternFormatter to addpublic LoggingProfile sizeRotatingFileHandlers(List<SizeRotatingFileHandler> value)
value - List of SizeRotatingFileHandler objects.public LoggingProfile sizeRotatingFileHandler(SizeRotatingFileHandler value)
value - The SizeRotatingFileHandler to addpublic LoggingProfile syslogHandlers(List<SyslogHandler> value)
value - List of SyslogHandler objects.public LoggingProfile syslogHandler(SyslogHandler value)
value - The SyslogHandler to addpublic LoggingProfile customHandlers(List<CustomHandler> value)
value - List of CustomHandler objects.public LoggingProfile customHandler(CustomHandler value)
value - The CustomHandler to addpublic Root root()
public LoggingProfile root(Root value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.