log

open override fun log(level: LogLevel, message: List<Any>, levelChecked: Boolean)

Log one or more arbitrary messages to the console or log, depending on the current platform.

Each argument will be converted to a string, and all strings will be concatenated together into one log message. To engage in string formatting, or callable log messages, see other variants of this same method.

Parameters

level

Level that this log is being logged at.

message

Set of messages to log in this entry.

levelChecked

Whether the log level has already been checked.