debugLog

fun debugLog(message: String): Int

Logs a debug message with the specified message.

Parameters

message

The message to log.


fun debugLog(data: Any?): Int

Logs a debug message with the specified data.

Parameters

data

The object to log.