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