Home
last modified time | relevance | path

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

/DragonOS/tools/debugging/logmonitor/src/
H A Dlogging.rs16 builder = builder.with_backend(Box::new(TUILoggingBackend::new(channel.0))); in init()
37 pub struct TUILoggingBackend { struct
41 impl TUILoggingBackend { implementation
47 impl LogBackend for TUILoggingBackend { implementation