GEMLog

object GEMLog

Sdk's log utility

Types

Link copied to clipboard

Log level enum

Properties

Link copied to clipboard

Log level

Link copied to clipboard
var TAG: String

SDK tag

Functions

Link copied to clipboard
fun debug(source: Class<*>, msg: String?, vararg args: Any?)
fun debug(source: Any, msg: String?, vararg args: Any?)

Logs debug message

Link copied to clipboard
fun error(source: Class<*>, msg: String?, vararg args: Any?)
fun error(source: Any, msg: String?, vararg args: Any?)

Logs error message

Link copied to clipboard
fun info(source: Class<*>, msg: String?, vararg args: Any?)
fun info(source: Any, msg: String?, vararg args: Any?)

Logs info message

Link copied to clipboard
fun verbose(source: Any, msg: String?, vararg args: Any?)

Logs verbose message

Link copied to clipboard
fun warn(source: Class<*>, msg: String?, vararg args: Any?)
fun warn(source: Any, msg: String?, vararg args: Any?)

Logs warn message

Link copied to clipboard
fun writeLog(logEntry: String)

Write log entry to log