ffiCustomLog

fun ffiCustomLog(cLogLevel: CLogLevel_t, msg: String)

Sends a single message to the log at the given log level.

Parameters

cLogLevel

The log level to send the message at.

msg

The message to send.