Interface | Description |
---|---|
AbstractLogger.Callable |
Type of thunk used in
AbstractLogger.execute(Callable, String, Object[]) |
AbstractLogger.SafeCallable |
Type of thunk used in
AbstractLogger.execute(SafeCallable, String, Object[]) |
LogWriter |
A LogWriter provides methods for persisting log messages by some implementation
specific means.
|
LogWriterProvider |
LogWriterProvider instances provide
LogWriter s for the individual
SPI entities. |
Class | Description |
---|---|
AbstractLogger |
Common base class for all log wrappers of SPI entities.
|
BatchLogger |
Log wrapper for a
Batch . |
IdFactoryLogger |
Log wrapper for an
IdFactory . |
NameFactoryLogger |
Log wrapper for a
NameFactory . |
PathFactoryLogger |
Log wrapper for a
PathFactory . |
QValueFactoryLogger |
Log wrapper for a
QValueFactory . |
RepositoryServiceLogger |
Log wrapper for a
RepositoryService . |
SessionInfoLogger |
Log wrapper for a
SessionInfo . |
Slf4jLogWriter |
LogWriter implementation which uses SLF4J for persisting log messages. |
Slf4jLogWriterProvider |
LogWriterProvider instance which provides Slf4jLogWriter s. |
SpiLoggerFactory |
Static factory for creating instances of the various spi loggers derived from
AbstractLogger . |
WriterLogWriter | |
WriterLogWriterProvider |
LogWriterProvider instance which provides WriterLogWriter s. |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.