MTLog

data class MTLog(val message: String, val type: MTLogType)

Log object used with MTLogger.

Constructors

constructor(message: String, type: MTLogType)

Properties

Log message.

Type of the log.

Functions

fun printLog()

Prints the log to the console.