public class Logging extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Logging.LoggingResources
Child mutators for Logging
|
| Constructor and Description |
|---|
Logging() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
addLoggingApiDependencies()
Indicates whether or not logging API dependencies should be added to deployments during the deployment process.
|
Logging |
addLoggingApiDependencies(Boolean value)
Indicates whether or not logging API dependencies should be added to deployments during the deployment process.
|
Logging |
asyncHandler(AsyncHandler value)
Add the AsyncHandler object to the list of subresources
|
Logging |
asyncHandlers(List<AsyncHandler> value)
Add all AsyncHandler objects to this subresource
|
Logging |
consoleHandler(ConsoleHandler value)
Add the ConsoleHandler object to the list of subresources
|
Logging |
consoleHandlers(List<ConsoleHandler> value)
Add all ConsoleHandler objects to this subresource
|
Logging |
customFormatter(CustomFormatter value)
Add the CustomFormatter object to the list of subresources
|
Logging |
customFormatters(List<CustomFormatter> value)
Add all CustomFormatter objects to this subresource
|
Logging |
customHandler(CustomHandler value)
Add the CustomHandler object to the list of subresources
|
Logging |
customHandlers(List<CustomHandler> value)
Add all CustomHandler objects to this subresource
|
Logging |
fileHandler(FileHandler value)
Add the FileHandler object to the list of subresources
|
Logging |
fileHandlers(List<FileHandler> value)
Add all FileHandler objects to this subresource
|
String |
getKey() |
Logging |
logFile(LogFile value)
Add the LogFile object to the list of subresources
|
Logging |
logFiles(List<LogFile> value)
Add all LogFile objects to this subresource
|
Logging |
logger(Logger value)
Add the Logger object to the list of subresources
|
Logging |
loggers(List<Logger> value)
Add all Logger objects to this subresource
|
Logging |
loggingProfile(LoggingProfile value)
Add the LoggingProfile object to the list of subresources
|
Logging |
loggingProfiles(List<LoggingProfile> value)
Add all LoggingProfile objects to this subresource
|
Logging |
patternFormatter(PatternFormatter value)
Add the PatternFormatter object to the list of subresources
|
Logging |
patternFormatters(List<PatternFormatter> value)
Add all PatternFormatter objects to this subresource
|
Logging |
periodicRotatingFileHandler(PeriodicRotatingFileHandler value)
Add the PeriodicRotatingFileHandler object to the list of subresources
|
Logging |
periodicRotatingFileHandlers(List<PeriodicRotatingFileHandler> value)
Add all PeriodicRotatingFileHandler objects to this subresource
|
Logging |
periodicSizeRotatingFileHandler(PeriodicSizeRotatingFileHandler value)
Add the PeriodicSizeRotatingFileHandler object to the list of subresources
|
Logging |
periodicSizeRotatingFileHandlers(List<PeriodicSizeRotatingFileHandler> value)
Add all PeriodicSizeRotatingFileHandler objects to this subresource
|
Root |
root()
Defines the root logger for this log context.
|
Logging |
root(Root value)
Defines the root logger for this log context.
|
Logging |
sizeRotatingFileHandler(SizeRotatingFileHandler value)
Add the SizeRotatingFileHandler object to the list of subresources
|
Logging |
sizeRotatingFileHandlers(List<SizeRotatingFileHandler> value)
Add all SizeRotatingFileHandler objects to this subresource
|
Logging.LoggingResources |
subresources() |
Logging |
syslogHandler(SyslogHandler value)
Add the SyslogHandler object to the list of subresources
|
Logging |
syslogHandlers(List<SyslogHandler> value)
Add all SyslogHandler objects to this subresource
|
Boolean |
useDeploymentLoggingConfig()
Indicates whether or not deployments should use a logging configuration file found in the deployment to configure the log manager.
|
Logging |
useDeploymentLoggingConfig(Boolean value)
Indicates whether or not deployments should use a logging configuration file found in the deployment to configure the log manager.
|
public String getKey()
public Boolean addLoggingApiDependencies()
public Logging addLoggingApiDependencies(Boolean value)
public Boolean useDeploymentLoggingConfig()
public Logging useDeploymentLoggingConfig(Boolean value)
public Logging.LoggingResources subresources()
public Logging periodicRotatingFileHandlers(List<PeriodicRotatingFileHandler> value)
value - List of PeriodicRotatingFileHandler objects.public Logging periodicRotatingFileHandler(PeriodicRotatingFileHandler value)
value - The PeriodicRotatingFileHandler to addpublic Logging loggers(List<Logger> value)
value - List of Logger objects.public Logging logger(Logger value)
value - The Logger to addpublic Logging asyncHandlers(List<AsyncHandler> value)
value - List of AsyncHandler objects.public Logging asyncHandler(AsyncHandler value)
value - The AsyncHandler to addpublic Logging fileHandlers(List<FileHandler> value)
value - List of FileHandler objects.public Logging fileHandler(FileHandler value)
value - The FileHandler to addpublic Logging sizeRotatingFileHandlers(List<SizeRotatingFileHandler> value)
value - List of SizeRotatingFileHandler objects.public Logging sizeRotatingFileHandler(SizeRotatingFileHandler value)
value - The SizeRotatingFileHandler to addpublic Logging syslogHandlers(List<SyslogHandler> value)
value - List of SyslogHandler objects.public Logging syslogHandler(SyslogHandler value)
value - The SyslogHandler to addpublic Logging loggingProfiles(List<LoggingProfile> value)
value - List of LoggingProfile objects.public Logging loggingProfile(LoggingProfile value)
value - The LoggingProfile to addpublic Logging customFormatters(List<CustomFormatter> value)
value - List of CustomFormatter objects.public Logging customFormatter(CustomFormatter value)
value - The CustomFormatter to addpublic Logging periodicSizeRotatingFileHandlers(List<PeriodicSizeRotatingFileHandler> value)
value - List of PeriodicSizeRotatingFileHandler objects.public Logging periodicSizeRotatingFileHandler(PeriodicSizeRotatingFileHandler value)
value - The PeriodicSizeRotatingFileHandler to addpublic Logging consoleHandlers(List<ConsoleHandler> value)
value - List of ConsoleHandler objects.public Logging consoleHandler(ConsoleHandler value)
value - The ConsoleHandler to addpublic Logging logFiles(List<LogFile> value)
value - List of LogFile objects.public Logging logFile(LogFile value)
value - The LogFile to addpublic Logging patternFormatters(List<PatternFormatter> value)
value - List of PatternFormatter objects.public Logging patternFormatter(PatternFormatter value)
value - The PatternFormatter to addpublic Logging customHandlers(List<CustomHandler> value)
value - List of CustomHandler objects.public Logging customHandler(CustomHandler value)
value - The CustomHandler to addpublic Root root()
Copyright © 2015 JBoss by Red Hat. All rights reserved.