@Version("2.4.0")
Package org.apache.jackrabbit.spi.commons.logging
-
Interface Summary Interface Description LogWriter A LogWriter provides methods for persisting log messages by some implementation specific means.LogWriterProvider LogWriterProvider instances provideLogWriter
s for the individual SPI entities. -
Class Summary Class Description AbstractLogger Common base class for all log wrappers of SPI entities.BatchLogger Log wrapper for aBatch
.IdFactoryLogger Log wrapper for anIdFactory
.NameFactoryLogger Log wrapper for aNameFactory
.PathFactoryLogger Log wrapper for aPathFactory
.QValueFactoryLogger Log wrapper for aQValueFactory
.RepositoryServiceLogger Log wrapper for aRepositoryService
.SessionInfoLogger Log wrapper for aSessionInfo
.Slf4jLogWriter LogWriter
implementation which uses SLF4J for persisting log messages.Slf4jLogWriterProvider LogWriterProvider
instance which providesSlf4jLogWriter
s.SpiLoggerFactory Static factory for creating instances of the various spi loggers derived fromAbstractLogger
.WriterLogWriter LogWriter
implementation which uses aWriter
for persisting log messages.WriterLogWriterProvider LogWriterProvider
instance which providesWriterLogWriter
s.