macro_rules! trace_msg_from_constellation {
    ($event:expr, $($rest:tt)+) => { ... };
}Expand description
Log an event from constellation at trace level.
- To disable tracing: RUST_LOG=‘compositor<constellation@=off’
 - To enable tracing: RUST_LOG=‘compositor<constellation@’