ffi Custom Log
Deprecated
Use DittoLog to write messages to the Ditto log.
Replace with
import live.ditto.DittoLog
Content copied to clipboard
DittoLog.i("TAG", msg)Content copied to clipboard
Sends a single message to the log at the given log level.
Parameters
c Log Level
The log level to send the message at.
msg
The message to send.