Logs the given data at debug level if enabled.
data to log, such as a message and some objects.
Logs the given data at error level if enabled.
data to log, such as a message and some objects.
Logs the given data at info level if enabled.
data to log, such as a message and some objects.
Check, if logging is enabled in general.
true, if logging is enabled; false otherwise.
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.
data to log, such as a message and some objects.
Logs the given data at warn level if enabled.
data to log, such as a message and some objects.
Used to log at given levels.