Home
last modified time | relevance | path

Searched refs:error_style (Results 1 – 1 of 1) sorted by relevance

/DragonOS/tools/debugging/logmonitor/src/
H A Dui.rs103 let error_style = Style::default().fg(Color::Magenta); in draw_footer() localVariable
113 log if log.contains("ERROR") => error_style, in draw_footer()