Functions

Link copied to clipboard
open fun debug(msg: String)
Link copied to clipboard
open fun errormsg(msg: String, ex: Throwable? = null)

Log an error message, note - we call this errormsg rather than error because error() is a stdlib function in kotlin in the global namespace and we don't want users to accidentally call that.

Link copied to clipboard
open fun info(msg: String)
Link copied to clipboard
open fun logAssert(f: Boolean)
Link copied to clipboard
open fun warn(msg: String)