| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.logging |
| Modifier and Type | Method and Description |
|---|---|
List<LoggingProfile> |
Logging.LoggingResources.loggingProfiles()
Get the list of org.wildfly.swarm.config.logging.LoggingProfile resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Logging.loggingProfile(LoggingProfile value)
Add the org.wildfly.swarm.config.logging.LoggingProfile object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Logging.loggingProfiles(List<LoggingProfile> value)
Add all org.wildfly.swarm.config.logging.LoggingProfile objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
LoggingProfile |
LoggingProfile.asyncHandler(AsyncHandler value)
Add the org.wildfly.swarm.config.logging.AsyncHandler object to the list of subresources
|
LoggingProfile |
LoggingProfile.asyncHandlers(List<AsyncHandler> value)
Add all org.wildfly.swarm.config.logging.AsyncHandler objects to this subresource
|
LoggingProfile |
LoggingProfile.consoleHandler(ConsoleHandler value)
Add the org.wildfly.swarm.config.logging.ConsoleHandler object to the list of subresources
|
LoggingProfile |
LoggingProfile.consoleHandlers(List<ConsoleHandler> value)
Add all org.wildfly.swarm.config.logging.ConsoleHandler objects to this subresource
|
LoggingProfile |
LoggingProfile.customFormatter(CustomFormatter value)
Add the org.wildfly.swarm.config.logging.CustomFormatter object to the list of subresources
|
LoggingProfile |
LoggingProfile.customFormatters(List<CustomFormatter> value)
Add all org.wildfly.swarm.config.logging.CustomFormatter objects to this subresource
|
LoggingProfile |
LoggingProfile.customHandler(CustomHandler value)
Add the org.wildfly.swarm.config.logging.CustomHandler object to the list of subresources
|
LoggingProfile |
LoggingProfile.customHandlers(List<CustomHandler> value)
Add all org.wildfly.swarm.config.logging.CustomHandler objects to this subresource
|
LoggingProfile |
LoggingProfile.fileHandler(FileHandler value)
Add the org.wildfly.swarm.config.logging.FileHandler object to the list of subresources
|
LoggingProfile |
LoggingProfile.fileHandlers(List<FileHandler> value)
Add all org.wildfly.swarm.config.logging.FileHandler objects to this subresource
|
LoggingProfile |
LoggingProfile.logFile(LogFile value)
Add the org.wildfly.swarm.config.logging.LogFile object to the list of subresources
|
LoggingProfile |
LoggingProfile.logFiles(List<LogFile> value)
Add all org.wildfly.swarm.config.logging.LogFile objects to this subresource
|
LoggingProfile |
LoggingProfile.logger(Logger value)
Add the org.wildfly.swarm.config.logging.Logger object to the list of subresources
|
LoggingProfile |
LoggingProfile.loggers(List<Logger> value)
Add all org.wildfly.swarm.config.logging.Logger objects to this subresource
|
LoggingProfile |
LoggingProfile.patternFormatter(PatternFormatter value)
Add the org.wildfly.swarm.config.logging.PatternFormatter object to the list of subresources
|
LoggingProfile |
LoggingProfile.patternFormatters(List<PatternFormatter> value)
Add all org.wildfly.swarm.config.logging.PatternFormatter objects to this subresource
|
LoggingProfile |
LoggingProfile.periodicRotatingFileHandler(PeriodicRotatingFileHandler value)
Add the org.wildfly.swarm.config.logging.PeriodicRotatingFileHandler object to the list of subresources
|
LoggingProfile |
LoggingProfile.periodicRotatingFileHandlers(List<PeriodicRotatingFileHandler> value)
Add all org.wildfly.swarm.config.logging.PeriodicRotatingFileHandler objects to this subresource
|
LoggingProfile |
LoggingProfile.periodicSizeRotatingFileHandler(PeriodicSizeRotatingFileHandler value)
Add the org.wildfly.swarm.config.logging.PeriodicSizeRotatingFileHandler object to the list of subresources
|
LoggingProfile |
LoggingProfile.periodicSizeRotatingFileHandlers(List<PeriodicSizeRotatingFileHandler> value)
Add all org.wildfly.swarm.config.logging.PeriodicSizeRotatingFileHandler objects to this subresource
|
LoggingProfile |
LoggingProfile.rootLogger(RootLogger value)
Defines the root logger for this log context.
|
LoggingProfile |
LoggingProfile.sizeRotatingFileHandler(SizeRotatingFileHandler value)
Add the org.wildfly.swarm.config.logging.SizeRotatingFileHandler object to the list of subresources
|
LoggingProfile |
LoggingProfile.sizeRotatingFileHandlers(List<SizeRotatingFileHandler> value)
Add all org.wildfly.swarm.config.logging.SizeRotatingFileHandler objects to this subresource
|
LoggingProfile |
LoggingProfile.syslogHandler(SyslogHandler value)
Add the org.wildfly.swarm.config.logging.SyslogHandler object to the list of subresources
|
LoggingProfile |
LoggingProfile.syslogHandlers(List<SyslogHandler> value)
Add all org.wildfly.swarm.config.logging.SyslogHandler objects to this subresource
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.