Skip to main content

print_error_logs_block

Function print_error_logs_block 

Source
pub fn print_error_logs_block(log_lines: &[(String, String, String)])
Expand description

Prints error log lines in a styled block matching the startup logs format.

Format:

 ERROR LOGS
 12:00:00 error message

Timestamps use dimmed red. The tag uses white text on red background.