Module logger

Source
Expand description

Logging methods for the output

Structs§

LogParameters
Struct which contains the parameters used for custom annotations.

Functions§

debug_log
Prints a debug message to the log.
error_log
Creates an error message and prints the message to the log.
info
Logs regular information message
is_debug
Returns if it’s running on a debug runner.
notice_log
Creates a notice message and prints the message to the log.
warn_log
Creates a warning message and prints the message to the log.