Used to log at given levels.
Logs the given data at debug level if enabled.
Rest
data to log, such as a message and some objects.
Logs the given data at error level if enabled.
Logs the given data at info level if enabled.
Check, if logging is enabled in general.
true, if logging is enabled; false otherwise.
true
false
Check, if debug logging is enabled.
true, if debug logging is enabled; false otherwise.
Check if logging of given level or below is enabled.
level to validate
true, if logging at given level (or below) is enabled; false otherwise.
Check, if error logging or below is enabled.
true, if error logging (or below) is enabled; false otherwise.
Check, if info logging or below is enabled.
true, if info logging (or below) is enabled; false otherwise.
Check, if warn logging or below is enabled.
true, if warn logging (or below) is enabled; false otherwise.
Logs the given data at if logging is enabled. Thus, unless the log level is set to none, this will be logged.
Logs the given data at warn level if enabled.
Used to log at given levels.