Class WebDavLogger

java.lang.Object
com.flowable.webdav.impl.WebDavLogger
All Implemented Interfaces:
com.ithit.webdav.server.Logger

public class WebDavLogger
extends java.lang.Object
implements com.ithit.webdav.server.Logger
  • Constructor Summary

    Constructors 
    Constructor Description
    WebDavLogger()  
  • Method Summary

    Modifier and Type Method Description
    boolean isDebugEnabled()  
    void logDebug​(java.lang.String s)  
    void logError​(java.lang.String s, java.lang.Throwable throwable)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • logDebug

      public void logDebug​(java.lang.String s)
      Specified by:
      logDebug in interface com.ithit.webdav.server.Logger
    • logError

      public void logError​(java.lang.String s, java.lang.Throwable throwable)
      Specified by:
      logError in interface com.ithit.webdav.server.Logger
    • isDebugEnabled

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