Home
last modified time | relevance | path

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

/DragonOS/tools/debugging/logmonitor/src/
H A Dui.rs101 let info_style = Style::default().fg(Color::Blue); in draw_footer() localVariable
111 log if log.contains("INFO") => info_style, in draw_footer()