@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 provideLogWriters 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 LogWriterimplementation which uses SLF4J for persisting log messages.Slf4jLogWriterProvider LogWriterProviderinstance which providesSlf4jLogWriters.SpiLoggerFactory Static factory for creating instances of the various spi loggers derived fromAbstractLogger.WriterLogWriter LogWriterimplementation which uses aWriterfor persisting log messages.WriterLogWriterProvider LogWriterProviderinstance which providesWriterLogWriters.