Class AbstractLogger
java.lang.Object
org.apache.jackrabbit.spi.commons.logging.AbstractLogger
- Direct Known Subclasses:
BatchLogger,IdFactoryLogger,NameFactoryLogger,PathFactoryLogger,QValueFactoryLogger,RepositoryServiceLogger,SessionInfoLogger
Common base class for all log wrappers of SPI entities.
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractLogger(LogWriter writer) Create a new instance of this log wrapper which useswriterfor persisting log messages. -
Method Summary
-
Constructor Details
-
AbstractLogger
Create a new instance of this log wrapper which useswriterfor persisting log messages.- Parameters:
writer-
-