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 org.wildfly.swarm.config.logging.AsyncHandler object to the list of subresources
|
LoggingProfile |
asyncHandlers(List<AsyncHandler> value)
Add all org.wildfly.swarm.config.logging.AsyncHandler objects to this subresource
|
LoggingProfile |
consoleHandler(ConsoleHandler value)
Add the org.wildfly.swarm.config.logging.ConsoleHandler object to the list of subresources
|
LoggingProfile |
consoleHandlers(List<ConsoleHandler> value)
Add all org.wildfly.swarm.config.logging.ConsoleHandler objects to this subresource
|
LoggingProfile |
customFormatter(CustomFormatter value)
Add the org.wildfly.swarm.config.logging.CustomFormatter object to the list of subresources
|
LoggingProfile |
customFormatters(List<CustomFormatter> value)
Add all org.wildfly.swarm.config.logging.CustomFormatter objects to this subresource
|
LoggingProfile |
customHandler(CustomHandler value)
Add the org.wildfly.swarm.config.logging.CustomHandler object to the list of subresources
|
LoggingProfile |
customHandlers(List<CustomHandler> value)
Add all org.wildfly.swarm.config.logging.CustomHandler objects to this subresource
|
LoggingProfile |
fileHandler(FileHandler value)
Add the org.wildfly.swarm.config.logging.FileHandler object to the list of subresources
|
LoggingProfile |
fileHandlers(List<FileHandler> value)
Add all org.wildfly.swarm.config.logging.FileHandler objects to this subresource
|
String |
getKey() |
LoggingProfile |
logFile(LogFile value)
Add the org.wildfly.swarm.config.logging.LogFile object to the list of subresources
|
LoggingProfile |
logFiles(List<LogFile> value)
Add all org.wildfly.swarm.config.logging.LogFile objects to this subresource
|
LoggingProfile |
logger(Logger value)
Add the org.wildfly.swarm.config.logging.Logger object to the list of subresources
|
LoggingProfile |
loggers(List<Logger> value)
Add all org.wildfly.swarm.config.logging.Logger objects to this subresource
|
LoggingProfile |
patternFormatter(PatternFormatter value)
Add the org.wildfly.swarm.config.logging.PatternFormatter object to the list of subresources
|
LoggingProfile |
patternFormatters(List<PatternFormatter> value)
Add all org.wildfly.swarm.config.logging.PatternFormatter objects to this subresource
|
LoggingProfile |
periodicRotatingFileHandler(PeriodicRotatingFileHandler value)
Add the org.wildfly.swarm.config.logging.PeriodicRotatingFileHandler object to the list of subresources
|
LoggingProfile |
periodicRotatingFileHandlers(List<PeriodicRotatingFileHandler> value)
Add all org.wildfly.swarm.config.logging.PeriodicRotatingFileHandler objects to this subresource
|
LoggingProfile |
periodicSizeRotatingFileHandler(PeriodicSizeRotatingFileHandler value)
Add the org.wildfly.swarm.config.logging.PeriodicSizeRotatingFileHandler object to the list of subresources
|
LoggingProfile |
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.
|
LoggingProfile |
rootLogger(RootLogger value)
Defines the root logger for this log context.
|
LoggingProfile |
sizeRotatingFileHandler(SizeRotatingFileHandler value)
Add the org.wildfly.swarm.config.logging.SizeRotatingFileHandler object to the list of subresources
|
LoggingProfile |
sizeRotatingFileHandlers(List<SizeRotatingFileHandler> value)
Add all org.wildfly.swarm.config.logging.SizeRotatingFileHandler objects to this subresource
|
LoggingProfile.LoggingProfileResources |
subresources() |
LoggingProfile |
syslogHandler(SyslogHandler value)
Add the org.wildfly.swarm.config.logging.SyslogHandler object to the list of subresources
|
LoggingProfile |
syslogHandlers(List<SyslogHandler> value)
Add all org.wildfly.swarm.config.logging.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 org.wildfly.swarm.config.logging.PeriodicRotatingFileHandler objects.public LoggingProfile periodicRotatingFileHandler(PeriodicRotatingFileHandler value)
value - The org.wildfly.swarm.config.logging.PeriodicRotatingFileHandler to addpublic LoggingProfile customFormatters(List<CustomFormatter> value)
value - List of org.wildfly.swarm.config.logging.CustomFormatter objects.public LoggingProfile customFormatter(CustomFormatter value)
value - The org.wildfly.swarm.config.logging.CustomFormatter to addpublic LoggingProfile periodicSizeRotatingFileHandlers(List<PeriodicSizeRotatingFileHandler> value)
value - List of org.wildfly.swarm.config.logging.PeriodicSizeRotatingFileHandler objects.public LoggingProfile periodicSizeRotatingFileHandler(PeriodicSizeRotatingFileHandler value)
value - The org.wildfly.swarm.config.logging.PeriodicSizeRotatingFileHandler to addpublic LoggingProfile consoleHandlers(List<ConsoleHandler> value)
value - List of org.wildfly.swarm.config.logging.ConsoleHandler objects.public LoggingProfile consoleHandler(ConsoleHandler value)
value - The org.wildfly.swarm.config.logging.ConsoleHandler to addpublic LoggingProfile loggers(List<Logger> value)
value - List of org.wildfly.swarm.config.logging.Logger objects.public LoggingProfile logger(Logger value)
value - The org.wildfly.swarm.config.logging.Logger to addpublic LoggingProfile asyncHandlers(List<AsyncHandler> value)
value - List of org.wildfly.swarm.config.logging.AsyncHandler objects.public LoggingProfile asyncHandler(AsyncHandler value)
value - The org.wildfly.swarm.config.logging.AsyncHandler to addpublic LoggingProfile fileHandlers(List<FileHandler> value)
value - List of org.wildfly.swarm.config.logging.FileHandler objects.public LoggingProfile fileHandler(FileHandler value)
value - The org.wildfly.swarm.config.logging.FileHandler to addpublic LoggingProfile logFiles(List<LogFile> value)
value - List of org.wildfly.swarm.config.logging.LogFile objects.public LoggingProfile logFile(LogFile value)
value - The org.wildfly.swarm.config.logging.LogFile to addpublic LoggingProfile patternFormatters(List<PatternFormatter> value)
value - List of org.wildfly.swarm.config.logging.PatternFormatter objects.public LoggingProfile patternFormatter(PatternFormatter value)
value - The org.wildfly.swarm.config.logging.PatternFormatter to addpublic LoggingProfile sizeRotatingFileHandlers(List<SizeRotatingFileHandler> value)
value - List of org.wildfly.swarm.config.logging.SizeRotatingFileHandler objects.public LoggingProfile sizeRotatingFileHandler(SizeRotatingFileHandler value)
value - The org.wildfly.swarm.config.logging.SizeRotatingFileHandler to addpublic LoggingProfile syslogHandlers(List<SyslogHandler> value)
value - List of org.wildfly.swarm.config.logging.SyslogHandler objects.public LoggingProfile syslogHandler(SyslogHandler value)
value - The org.wildfly.swarm.config.logging.SyslogHandler to addpublic LoggingProfile customHandlers(List<CustomHandler> value)
value - List of org.wildfly.swarm.config.logging.CustomHandler objects.public LoggingProfile customHandler(CustomHandler value)
value - The org.wildfly.swarm.config.logging.CustomHandler to addpublic RootLogger rootLogger()
public LoggingProfile rootLogger(RootLogger value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.