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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
sizeRotatingFileHandlers(List<SizeRotatingFileHandler> value)
Add all org.wildfly.swarm.config.logging.SizeRotatingFileHandler objects to this subresource
|
Logging.LoggingResources |
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 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 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 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 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 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 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 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 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 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 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 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 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 RootLogger rootLogger()
public T rootLogger(RootLogger value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.