Package | Description |
---|---|
org.wildfly.swarm.config.logging | |
org.wildfly.swarm.config.logging.logging_profile |
Class and Description |
---|
AsyncHandler
Defines a handler which writes to the sub-handlers in an asynchronous thread.
|
AsyncHandlerConsumer |
AsyncHandlerSupplier |
ConsoleHandler
Defines a handler which writes to the console.
|
ConsoleHandlerConsumer |
ConsoleHandlerSupplier |
CustomHandler
Defines a custom logging handler.
|
CustomHandlerConsumer |
CustomHandlerSupplier |
FileHandler
Defines a handler which writes to a file.
|
FileHandlerConsumer |
FileHandlerSupplier |
Logger
Defines a logger category.
|
LoggerConsumer |
LoggerSupplier |
PeriodicRotatingFileHandler
Defines a handler which writes to a file, rotating the log after a time
period derived from the given suffix string, which should be in a format
understood by java.text.SimpleDateFormat.
|
PeriodicRotatingFileHandlerConsumer |
PeriodicRotatingFileHandlerSupplier |
RootLogger
Defines the root logger for this log context.
|
RootLoggerConsumer |
RootLoggerSupplier |
SizeRotatingFileHandler
Defines a handler which writes to a file, rotating the log after the size of
the file grows beyond a certain point and keeping a fixed number of backups.
|
SizeRotatingFileHandlerConsumer |
SizeRotatingFileHandlerSupplier |
Class and Description |
---|
AsyncHandler
Defines a handler which writes to the sub-handlers in an asynchronous thread.
|
AsyncHandlerConsumer |
ConsoleHandler
Defines a handler which writes to the console.
|
ConsoleHandlerConsumer |
CustomHandler
Defines a custom logging handler.
|
CustomHandlerConsumer |
FileHandler
Defines a handler which writes to a file.
|
FileHandlerConsumer |
Logger
Defines a logger category.
|
LoggerConsumer |
PeriodicRotatingFileHandler
Defines a handler which writes to a file, rotating the log after a time
period derived from the given suffix string, which should be in a format
understood by java.text.SimpleDateFormat.
|
PeriodicRotatingFileHandlerConsumer |
RootLogger
Defines the root logger for this log context.
|
RootLoggerConsumer |
SizeRotatingFileHandler
Defines a handler which writes to a file, rotating the log after the size of
the file grows beyond a certain point and keeping a fixed number of backups.
|
SizeRotatingFileHandlerConsumer |
Copyright © 2020 JBoss by Red Hat. All rights reserved.