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