Module log

Module log 

Source
Expand description

Log utilities.

Functions§

format_error
Formats message with the “error” style.
format_info
Formats message with the “info” style.
format_success
Formats message with the “success” style.
format_warn
Formats message with the “warn” style.
println_error
Prints message with the “error” style.
println_info
Prints message with the “info” style.
println_success
Prints message with the “success” style.
println_warn
Prints message with the “warn” style.
with_start_line
Adds a “start line pattern” at the start of every line in the given text.