-
public interface DittoLogCallbackTypically this will only be used if interacting with the SDK from Java. You can call
setCustomLogCallbackwith an object that implements this interface.
-
-
Method Summary
Modifier and Type Method Description abstract Unitlog(DittoLogLevel logLevel, String message)-
-
Method Detail
-
log
abstract Unit log(DittoLogLevel logLevel, String message)
-
-
-
-