log
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 that this log is being logged at.
Set of messages to log in this entry.
Whether the log level has already been checked.
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 that this log is being logged at.
Set of messages to log in this entry.
Whether the log level has already been checked.