Trait constellation::tracing::LogTarget

source ·
pub(crate) trait LogTarget {
    // Required method
    fn log_target(&self) -> &'static str;
}
Expand description

Get the log target for an event, as a static string.

Required Methods§

source

fn log_target(&self) -> &'static str

Implementations on Foreign Types§

source§

impl LogTarget for ConstellationMsg

source§

fn log_target(&self) -> &'static str

source§

impl LogTarget for EmbedderMsg

source§

fn log_target(&self) -> &'static str

source§

impl LogTarget for CompositorEvent

source§

fn log_target(&self) -> &'static str

source§

impl LogTarget for LayoutMsg

source§

fn log_target(&self) -> &'static str

source§

impl LogTarget for ScriptMsg

source§

fn log_target(&self) -> &'static str

Implementors§