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.