Package 

Interface DittoLogCallback


  • 
    public interface DittoLogCallback
    
                        

    Typically this will only be used if interacting with the SDK from Java. You can call setCustomLogCallback with an object that implements this interface.

    • Method Summary

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

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