Log

public class Log

Contains methods for logging

Functions

debug
Link copied to clipboard
static void debug(Object msg)
Logs the specified message with the log level debug
error
Link copied to clipboard
static void error(Object msg)
Logs the specified message with the log level error
static void error(Object msg, Throwable throwable)
Logs the specified message and throwable with the log level error
info
Link copied to clipboard
static void info(Object msg)
Logs the specified message with the log level info
log
Link copied to clipboard
static void log(Object msg)
Prints the message to the client debug
trace
Link copied to clipboard
static void trace(Object msg)
Logs the specified message with the log level trace
warn
Link copied to clipboard
static void warn(Object msg)
Logs the specified message with the log level warn