public class Logging<T extends 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.
|
T |
addLoggingApiDependencies(Boolean value)
Indicates whether or not logging API dependencies should be added to deployments during the deployment process.
|
T |
asyncHandler(AsyncHandler value)
Add the org.wildfly.swarm.config.logging.AsyncHandler object to the list of subresources
|
T |
asyncHandler(String childKey)
Create and configure a org.wildfly.swarm.config.logging.AsyncHandler object to the list of subresources
|
T |
asyncHandler(String childKey,
AsyncHandlerConfigurator config)
Create and configure a org.wildfly.swarm.config.logging.AsyncHandler object to the list of subresources
|
T |
asyncHandlers(List<AsyncHandler> value)
Add all org.wildfly.swarm.config.logging.AsyncHandler objects to this subresource
|
T |
consoleHandler(ConsoleHandler value)
Add the org.wildfly.swarm.config.logging.ConsoleHandler object to the list of subresources
|
T |
consoleHandler(String childKey)
Create and configure a org.wildfly.swarm.config.logging.ConsoleHandler object to the list of subresources
|
T |
consoleHandler(String childKey,
ConsoleHandlerConfigurator config)
Create and configure a org.wildfly.swarm.config.logging.ConsoleHandler object to the list of subresources
|
T |
consoleHandlers(List<ConsoleHandler> value)
Add all org.wildfly.swarm.config.logging.ConsoleHandler objects to this subresource
|
T |
customFormatter(CustomFormatter value)
Add the org.wildfly.swarm.config.logging.CustomFormatter object to the list of subresources
|
T |
customFormatter(String childKey)
Create and configure a org.wildfly.swarm.config.logging.CustomFormatter object to the list of subresources
|
T |
customFormatter(String childKey,
CustomFormatterConfigurator config)
Create and configure a org.wildfly.swarm.config.logging.CustomFormatter object to the list of subresources
|
T |
customFormatters(List<CustomFormatter> value)
Add all org.wildfly.swarm.config.logging.CustomFormatter objects to this subresource
|
T |
customHandler(CustomHandler value)
Add the org.wildfly.swarm.config.logging.CustomHandler object to the list of subresources
|
T |
customHandler(String childKey)
Create and configure a org.wildfly.swarm.config.logging.CustomHandler object to the list of subresources
|
T |
customHandler(String childKey,
CustomHandlerConfigurator config)
Create and configure a org.wildfly.swarm.config.logging.CustomHandler object to the list of subresources
|
T |
customHandlers(List<CustomHandler> value)
Add all org.wildfly.swarm.config.logging.CustomHandler objects to this subresource
|
T |
fileHandler(FileHandler value)
Add the org.wildfly.swarm.config.logging.FileHandler object to the list of subresources
|
T |
fileHandler(String childKey)
Create and configure a org.wildfly.swarm.config.logging.FileHandler object to the list of subresources
|
T |
fileHandler(String childKey,
FileHandlerConfigurator config)
Create and configure a org.wildfly.swarm.config.logging.FileHandler object to the list of subresources
|
T |
fileHandlers(List<FileHandler> value)
Add all org.wildfly.swarm.config.logging.FileHandler objects to this subresource
|
String |
getKey() |
T |
logFile(LogFile value)
Add the org.wildfly.swarm.config.logging.LogFile object to the list of subresources
|
T |
logFile(String childKey)
Create and configure a org.wildfly.swarm.config.logging.LogFile object to the list of subresources
|
T |
logFile(String childKey,
LogFileConfigurator config)
Create and configure a org.wildfly.swarm.config.logging.LogFile object to the list of subresources
|
T |
logFiles(List<LogFile> value)
Add all org.wildfly.swarm.config.logging.LogFile objects to this subresource
|
T |
logger(Logger value)
Add the org.wildfly.swarm.config.logging.Logger object to the list of subresources
|
T |
logger(String childKey)
Create and configure a org.wildfly.swarm.config.logging.Logger object to the list of subresources
|
T |
logger(String childKey,
LoggerConfigurator config)
Create and configure a org.wildfly.swarm.config.logging.Logger object to the list of subresources
|
T |
loggers(List<Logger> value)
Add all org.wildfly.swarm.config.logging.Logger objects to this subresource
|
T |
loggingProfile(LoggingProfile value)
Add the org.wildfly.swarm.config.logging.LoggingProfile object to the list of subresources
|
T |
loggingProfile(String childKey)
Create and configure a org.wildfly.swarm.config.logging.LoggingProfile object to the list of subresources
|
T |
loggingProfile(String childKey,
LoggingProfileConfigurator config)
Create and configure a org.wildfly.swarm.config.logging.LoggingProfile object to the list of subresources
|
T |
loggingProfiles(List<LoggingProfile> value)
Add all org.wildfly.swarm.config.logging.LoggingProfile objects to this subresource
|
T |
patternFormatter(PatternFormatter value)
Add the org.wildfly.swarm.config.logging.PatternFormatter object to the list of subresources
|
T |
patternFormatter(String childKey)
Create and configure a org.wildfly.swarm.config.logging.PatternFormatter object to the list of subresources
|
T |
patternFormatter(String childKey,
PatternFormatterConfigurator config)
Create and configure a org.wildfly.swarm.config.logging.PatternFormatter object to the list of subresources
|
T |
patternFormatters(List<PatternFormatter> value)
Add all org.wildfly.swarm.config.logging.PatternFormatter objects to this subresource
|
T |
periodicRotatingFileHandler(PeriodicRotatingFileHandler value)
Add the org.wildfly.swarm.config.logging.PeriodicRotatingFileHandler object to the list of subresources
|
T |
periodicRotatingFileHandler(String childKey)
Create and configure a org.wildfly.swarm.config.logging.PeriodicRotatingFileHandler object to the list of subresources
|
T |
periodicRotatingFileHandler(String childKey,
PeriodicRotatingFileHandlerConfigurator config)
Create and configure a org.wildfly.swarm.config.logging.PeriodicRotatingFileHandler object to the list of subresources
|
T |
periodicRotatingFileHandlers(List<PeriodicRotatingFileHandler> value)
Add all org.wildfly.swarm.config.logging.PeriodicRotatingFileHandler objects to this subresource
|
T |
periodicSizeRotatingFileHandler(PeriodicSizeRotatingFileHandler value)
Add the org.wildfly.swarm.config.logging.PeriodicSizeRotatingFileHandler object to the list of subresources
|
T |
periodicSizeRotatingFileHandler(String childKey)
Create and configure a org.wildfly.swarm.config.logging.PeriodicSizeRotatingFileHandler object to the list of subresources
|
T |
periodicSizeRotatingFileHandler(String childKey,
PeriodicSizeRotatingFileHandlerConfigurator config)
Create and configure a org.wildfly.swarm.config.logging.PeriodicSizeRotatingFileHandler object to the list of subresources
|
T |
periodicSizeRotatingFileHandlers(List<PeriodicSizeRotatingFileHandler> value)
Add all org.wildfly.swarm.config.logging.PeriodicSizeRotatingFileHandler objects to this subresource
|
RootLogger |
rootLogger()
Defines the root logger for this log context.
|
T |
rootLogger(RootLogger value)
Defines the root logger for this log context.
|
T |
sizeRotatingFileHandler(SizeRotatingFileHandler value)
Add the org.wildfly.swarm.config.logging.SizeRotatingFileHandler object to the list of subresources
|
T |
sizeRotatingFileHandler(String childKey)
Create and configure a org.wildfly.swarm.config.logging.SizeRotatingFileHandler object to the list of subresources
|
T |
sizeRotatingFileHandler(String childKey,
SizeRotatingFileHandlerConfigurator config)
Create and configure a org.wildfly.swarm.config.logging.SizeRotatingFileHandler object to the list of subresources
|
T |
sizeRotatingFileHandlers(List<SizeRotatingFileHandler> value)
Add all org.wildfly.swarm.config.logging.SizeRotatingFileHandler objects to this subresource
|
Logging.LoggingResources |
subresources() |
T |
syslogHandler(String childKey)
Create and configure a org.wildfly.swarm.config.logging.SyslogHandler object to the list of subresources
|
T |
syslogHandler(String childKey,
SyslogHandlerConfigurator config)
Create and configure a org.wildfly.swarm.config.logging.SyslogHandler object to the list of subresources
|
T |
syslogHandler(SyslogHandler value)
Add the org.wildfly.swarm.config.logging.SyslogHandler object to the list of subresources
|
T |
syslogHandlers(List<SyslogHandler> value)
Add all org.wildfly.swarm.config.logging.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.
|
T |
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 T addLoggingApiDependencies(Boolean value)
public Boolean useDeploymentLoggingConfig()
public T useDeploymentLoggingConfig(Boolean value)
public Logging.LoggingResources subresources()
public T periodicRotatingFileHandlers(List<PeriodicRotatingFileHandler> value)
value - List of org.wildfly.swarm.config.logging.PeriodicRotatingFileHandler objects.public T periodicRotatingFileHandler(PeriodicRotatingFileHandler value)
value - The org.wildfly.swarm.config.logging.PeriodicRotatingFileHandler to addpublic T periodicRotatingFileHandler(String childKey, PeriodicRotatingFileHandlerConfigurator config)
key - The key for the org.wildfly.swarm.config.logging.PeriodicRotatingFileHandler resourceconfig - The org.wildfly.swarm.config.logging.PeriodicRotatingFileHandlerConfigurator to usepublic T periodicRotatingFileHandler(String childKey)
key - The key for the org.wildfly.swarm.config.logging.PeriodicRotatingFileHandler resourcepublic T loggers(List<Logger> value)
value - List of org.wildfly.swarm.config.logging.Logger objects.public T logger(Logger value)
value - The org.wildfly.swarm.config.logging.Logger to addpublic T logger(String childKey, LoggerConfigurator config)
key - The key for the org.wildfly.swarm.config.logging.Logger resourceconfig - The org.wildfly.swarm.config.logging.LoggerConfigurator to usepublic T logger(String childKey)
key - The key for the org.wildfly.swarm.config.logging.Logger resourcepublic T asyncHandlers(List<AsyncHandler> value)
value - List of org.wildfly.swarm.config.logging.AsyncHandler objects.public T asyncHandler(AsyncHandler value)
value - The org.wildfly.swarm.config.logging.AsyncHandler to addpublic T asyncHandler(String childKey, AsyncHandlerConfigurator config)
key - The key for the org.wildfly.swarm.config.logging.AsyncHandler resourceconfig - The org.wildfly.swarm.config.logging.AsyncHandlerConfigurator to usepublic T asyncHandler(String childKey)
key - The key for the org.wildfly.swarm.config.logging.AsyncHandler resourcepublic T fileHandlers(List<FileHandler> value)
value - List of org.wildfly.swarm.config.logging.FileHandler objects.public T fileHandler(FileHandler value)
value - The org.wildfly.swarm.config.logging.FileHandler to addpublic T fileHandler(String childKey, FileHandlerConfigurator config)
key - The key for the org.wildfly.swarm.config.logging.FileHandler resourceconfig - The org.wildfly.swarm.config.logging.FileHandlerConfigurator to usepublic T fileHandler(String childKey)
key - The key for the org.wildfly.swarm.config.logging.FileHandler resourcepublic T sizeRotatingFileHandlers(List<SizeRotatingFileHandler> value)
value - List of org.wildfly.swarm.config.logging.SizeRotatingFileHandler objects.public T sizeRotatingFileHandler(SizeRotatingFileHandler value)
value - The org.wildfly.swarm.config.logging.SizeRotatingFileHandler to addpublic T sizeRotatingFileHandler(String childKey, SizeRotatingFileHandlerConfigurator config)
key - The key for the org.wildfly.swarm.config.logging.SizeRotatingFileHandler resourceconfig - The org.wildfly.swarm.config.logging.SizeRotatingFileHandlerConfigurator to usepublic T sizeRotatingFileHandler(String childKey)
key - The key for the org.wildfly.swarm.config.logging.SizeRotatingFileHandler resourcepublic T syslogHandlers(List<SyslogHandler> value)
value - List of org.wildfly.swarm.config.logging.SyslogHandler objects.public T syslogHandler(SyslogHandler value)
value - The org.wildfly.swarm.config.logging.SyslogHandler to addpublic T syslogHandler(String childKey, SyslogHandlerConfigurator config)
key - The key for the org.wildfly.swarm.config.logging.SyslogHandler resourceconfig - The org.wildfly.swarm.config.logging.SyslogHandlerConfigurator to usepublic T syslogHandler(String childKey)
key - The key for the org.wildfly.swarm.config.logging.SyslogHandler resourcepublic T loggingProfiles(List<LoggingProfile> value)
value - List of org.wildfly.swarm.config.logging.LoggingProfile objects.public T loggingProfile(LoggingProfile value)
value - The org.wildfly.swarm.config.logging.LoggingProfile to addpublic T loggingProfile(String childKey, LoggingProfileConfigurator config)
key - The key for the org.wildfly.swarm.config.logging.LoggingProfile resourceconfig - The org.wildfly.swarm.config.logging.LoggingProfileConfigurator to usepublic T loggingProfile(String childKey)
key - The key for the org.wildfly.swarm.config.logging.LoggingProfile resourcepublic T customFormatters(List<CustomFormatter> value)
value - List of org.wildfly.swarm.config.logging.CustomFormatter objects.public T customFormatter(CustomFormatter value)
value - The org.wildfly.swarm.config.logging.CustomFormatter to addpublic T customFormatter(String childKey, CustomFormatterConfigurator config)
key - The key for the org.wildfly.swarm.config.logging.CustomFormatter resourceconfig - The org.wildfly.swarm.config.logging.CustomFormatterConfigurator to usepublic T customFormatter(String childKey)
key - The key for the org.wildfly.swarm.config.logging.CustomFormatter resourcepublic T periodicSizeRotatingFileHandlers(List<PeriodicSizeRotatingFileHandler> value)
value - List of org.wildfly.swarm.config.logging.PeriodicSizeRotatingFileHandler objects.public T periodicSizeRotatingFileHandler(PeriodicSizeRotatingFileHandler value)
value - The org.wildfly.swarm.config.logging.PeriodicSizeRotatingFileHandler to addpublic T periodicSizeRotatingFileHandler(String childKey, PeriodicSizeRotatingFileHandlerConfigurator config)
key - The key for the org.wildfly.swarm.config.logging.PeriodicSizeRotatingFileHandler resourceconfig - The org.wildfly.swarm.config.logging.PeriodicSizeRotatingFileHandlerConfigurator to usepublic T periodicSizeRotatingFileHandler(String childKey)
key - The key for the org.wildfly.swarm.config.logging.PeriodicSizeRotatingFileHandler resourcepublic T consoleHandlers(List<ConsoleHandler> value)
value - List of org.wildfly.swarm.config.logging.ConsoleHandler objects.public T consoleHandler(ConsoleHandler value)
value - The org.wildfly.swarm.config.logging.ConsoleHandler to addpublic T consoleHandler(String childKey, ConsoleHandlerConfigurator config)
key - The key for the org.wildfly.swarm.config.logging.ConsoleHandler resourceconfig - The org.wildfly.swarm.config.logging.ConsoleHandlerConfigurator to usepublic T consoleHandler(String childKey)
key - The key for the org.wildfly.swarm.config.logging.ConsoleHandler resourcepublic T logFiles(List<LogFile> value)
value - List of org.wildfly.swarm.config.logging.LogFile objects.public T logFile(LogFile value)
value - The org.wildfly.swarm.config.logging.LogFile to addpublic T logFile(String childKey, LogFileConfigurator config)
key - The key for the org.wildfly.swarm.config.logging.LogFile resourceconfig - The org.wildfly.swarm.config.logging.LogFileConfigurator to usepublic T logFile(String childKey)
key - The key for the org.wildfly.swarm.config.logging.LogFile resourcepublic T patternFormatters(List<PatternFormatter> value)
value - List of org.wildfly.swarm.config.logging.PatternFormatter objects.public T patternFormatter(PatternFormatter value)
value - The org.wildfly.swarm.config.logging.PatternFormatter to addpublic T patternFormatter(String childKey, PatternFormatterConfigurator config)
key - The key for the org.wildfly.swarm.config.logging.PatternFormatter resourceconfig - The org.wildfly.swarm.config.logging.PatternFormatterConfigurator to usepublic T patternFormatter(String childKey)
key - The key for the org.wildfly.swarm.config.logging.PatternFormatter resourcepublic T customHandlers(List<CustomHandler> value)
value - List of org.wildfly.swarm.config.logging.CustomHandler objects.public T customHandler(CustomHandler value)
value - The org.wildfly.swarm.config.logging.CustomHandler to addpublic T customHandler(String childKey, CustomHandlerConfigurator config)
key - The key for the org.wildfly.swarm.config.logging.CustomHandler resourceconfig - The org.wildfly.swarm.config.logging.CustomHandlerConfigurator to usepublic T customHandler(String childKey)
key - The key for the org.wildfly.swarm.config.logging.CustomHandler resourcepublic RootLogger rootLogger()
public T rootLogger(RootLogger value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.