Interface | Description |
---|---|
AsyncHandlerConsumer<T extends AsyncHandler<T>> | |
AsyncHandlerSupplier<T extends AsyncHandler> | |
ConsoleHandlerConsumer<T extends ConsoleHandler<T>> | |
ConsoleHandlerSupplier<T extends ConsoleHandler> | |
CustomHandlerConsumer<T extends CustomHandler<T>> | |
CustomHandlerSupplier<T extends CustomHandler> | |
FileHandlerConsumer<T extends FileHandler<T>> | |
FileHandlerSupplier<T extends FileHandler> | |
LoggerConsumer<T extends Logger<T>> | |
LoggerSupplier<T extends Logger> | |
PeriodicRotatingFileHandlerConsumer<T extends PeriodicRotatingFileHandler<T>> | |
PeriodicRotatingFileHandlerSupplier<T extends PeriodicRotatingFileHandler> | |
RootLoggerConsumer<T extends RootLogger<T>> | |
RootLoggerSupplier<T extends RootLogger> | |
SizeRotatingFileHandlerConsumer<T extends SizeRotatingFileHandler<T>> | |
SizeRotatingFileHandlerSupplier<T extends SizeRotatingFileHandler> |
Class | Description |
---|---|
AsyncHandler<T extends AsyncHandler<T>> |
Defines a handler which writes to the sub-handlers in an asynchronous thread.
|
ConsoleHandler<T extends ConsoleHandler<T>> |
Defines a handler which writes to the console.
|
CustomHandler<T extends CustomHandler<T>> |
Defines a custom logging handler.
|
FileHandler<T extends FileHandler<T>> |
Defines a handler which writes to a file.
|
Logger<T extends Logger<T>> |
Defines a logger category.
|
PeriodicRotatingFileHandler<T extends PeriodicRotatingFileHandler<T>> |
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.
|
RootLogger<T extends RootLogger<T>> |
Defines the root logger for this log context.
|
SizeRotatingFileHandler<T extends SizeRotatingFileHandler<T>> |
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.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.