it.sistematica.isharedoc.webdav
Class LoggerAdapter

java.lang.Object
  extended by it.sistematica.isharedoc.webdav.LoggerAdapter
All Implemented Interfaces:
com.ithit.webdav.server.Logger

public class LoggerAdapter
extends java.lang.Object
implements com.ithit.webdav.server.Logger


Constructor Summary
LoggerAdapter(org.slf4j.Logger slf4jLogger)
           
 
Method Summary
 boolean isDebugEnabled()
           
 void logDebug(java.lang.String arg0)
           
 void logError(java.lang.String arg0, java.lang.Throwable arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggerAdapter

public LoggerAdapter(org.slf4j.Logger slf4jLogger)
Method Detail

isDebugEnabled

public boolean isDebugEnabled()
Specified by:
isDebugEnabled in interface com.ithit.webdav.server.Logger

logDebug

public void logDebug(java.lang.String arg0)
Specified by:
logDebug in interface com.ithit.webdav.server.Logger

logError

public void logError(java.lang.String arg0,
                     java.lang.Throwable arg1)
Specified by:
logError in interface com.ithit.webdav.server.Logger