display_log_line

Function display_log_line 

Source
pub fn display_log_line(log: &str, level_filter: Option<&str>)
Expand description

Display a log line with optional level filtering.

Parses JSON log format and displays with color coding based on level. Filters out logs that don’t match the specified level (if provided).