|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.spi.commons.logging.Slf4jLogWriterProvider
public class Slf4jLogWriterProvider
LogWriterProvider instance which provides Slf4jLogWriters.
| Constructor Summary | |
|---|---|
Slf4jLogWriterProvider()
|
|
| Method Summary | |
|---|---|
LogWriter |
getLogWriter(org.apache.jackrabbit.spi.Batch batch)
Returns a Slf4jLogWriter if the logger for
batch.getClass() has debug level enabled. |
LogWriter |
getLogWriter(org.apache.jackrabbit.spi.IdFactory idFactory)
Returns a Slf4jLogWriter if the logger for
idFactory.getClass() has debug level enabled. |
LogWriter |
getLogWriter(org.apache.jackrabbit.spi.NameFactory nameFactory)
Returns a Slf4jLogWriter if the logger for
nameFactory.getClass() has debug level enabled. |
LogWriter |
getLogWriter(org.apache.jackrabbit.spi.PathFactory pathFactory)
Returns a Slf4jLogWriter if the logger for
pathFactory.getClass() has debug level enabled. |
LogWriter |
getLogWriter(org.apache.jackrabbit.spi.QValueFactory valueFactory)
Returns a Slf4jLogWriter if the logger for
valueFactory.getClass() has debug level enabled. |
LogWriter |
getLogWriter(org.apache.jackrabbit.spi.RepositoryService service)
Returns a Slf4jLogWriter if the logger for
service.getClass() has debug level enabled. |
LogWriter |
getLogWriter(org.apache.jackrabbit.spi.SessionInfo sessionInfo)
Returns a Slf4jLogWriter if the logger for
sessionInfo.getClass() has debug level enabled. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Slf4jLogWriterProvider()
| Method Detail |
|---|
public LogWriter getLogWriter(org.apache.jackrabbit.spi.RepositoryService service)
Slf4jLogWriter if the logger for
service.getClass() has debug level enabled. Returns
null otherwise.
getLogWriter in interface LogWriterProviderservice.public LogWriter getLogWriter(org.apache.jackrabbit.spi.NameFactory nameFactory)
Slf4jLogWriter if the logger for
nameFactory.getClass() has debug level enabled. Returns
null otherwise.
getLogWriter in interface LogWriterProvidernameFactory.public LogWriter getLogWriter(org.apache.jackrabbit.spi.PathFactory pathFactory)
Slf4jLogWriter if the logger for
pathFactory.getClass() has debug level enabled. Returns
null otherwise.
getLogWriter in interface LogWriterProviderpathFactory.public LogWriter getLogWriter(org.apache.jackrabbit.spi.IdFactory idFactory)
Slf4jLogWriter if the logger for
idFactory.getClass() has debug level enabled. Returns
null otherwise.
getLogWriter in interface LogWriterProvideridFactory.public LogWriter getLogWriter(org.apache.jackrabbit.spi.QValueFactory valueFactory)
Slf4jLogWriter if the logger for
valueFactory.getClass() has debug level enabled. Returns
null otherwise.
getLogWriter in interface LogWriterProviderqValueFactory.public LogWriter getLogWriter(org.apache.jackrabbit.spi.SessionInfo sessionInfo)
Slf4jLogWriter if the logger for
sessionInfo.getClass() has debug level enabled. Returns
null otherwise.
getLogWriter in interface LogWriterProvidersessionInfo.public LogWriter getLogWriter(org.apache.jackrabbit.spi.Batch batch)
Slf4jLogWriter if the logger for
batch.getClass() has debug level enabled. Returns
null otherwise.
getLogWriter in interface LogWriterProviderbatch.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||