Ditto Logger
Main singleton (global instance) to tweak the behavior of Ditto's logging infrastructure.
Functions
ffi Custom Log
Link copied to clipboard
register Custom Log Cb
Link copied to clipboard
open fun registerCustomLogCb()
Content copied to clipboard
set Custom Log Callback
Link copied to clipboard
Registers a callback for a fully customizable way of handling log "events" from the logger (on top of logging to the console, and to a file, if any).
set Log File
Link copied to clipboard
Registers a file path where logs will be written to, whenever Ditto wants to issue a log (on top of emitting the log to the console).
swig Director Disconnect
Link copied to clipboard
open fun swigDirectorDisconnect()
Content copied to clipboard
swig Release Ownership
Link copied to clipboard
open fun swigReleaseOwnership()
Content copied to clipboard
swig Take Ownership
Link copied to clipboard
open fun swigTakeOwnership()
Content copied to clipboard
unregister Custom Log Cb
Link copied to clipboard
open fun unregisterCustomLogCb()
Content copied to clipboard
unset Custom Log Callback
Link copied to clipboard
Unregisters the currently registered callback (if any), to be used when interacting with the SDK from Java.
Properties
emojiLogLevelHeadingsEnabled
Link copied to clipboard
minimumLogLevel
Link copied to clipboard
swigCMemOwn
Link copied to clipboard