Log

open class Log

Contains methods for logging

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun alert(msg: Any)
Logs the specified message with the log level alert
Link copied to clipboard
open fun debug(msg: Any)
Logs the specified message with the log level debug
Link copied to clipboard
open fun error(msg: Any)
Logs the specified message with the log level error
open fun error(msg: Any, throwable: Throwable)
Logs the specified message and throwable with the log level error
Link copied to clipboard
open fun info(msg: Any)
Logs the specified message with the log level info
Link copied to clipboard
open fun log(msg: Any)
Prints the message to the client debug
Link copied to clipboard
open fun trace(msg: Any)
Logs the specified message with the log level trace
Link copied to clipboard
open fun warn(msg: Any)
Logs the specified message with the log level warn