Package 

Interface DittoLogDecorator


  • 
    public interface DittoLogDecorator
    
                        

    This is an interface allowing to shim / wrap a call to ditto_log from the dittoffi.

    It has a default basic implementation just below, but is expected to be overriden by a slightly better one but that is Android-specific when within the ditto package.

    • Method Summary

      Modifier and Type Method Description
      abstract Unit log(DittoLogLevel logLevel, String tag, String message, Throwable error)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait