macro_rules! trace_script_msg {
($event:expr, $($rest:tt)+) => { ... };
}Expand description
Log an event from script at trace level.
- To disable tracing: RUST_LOG=‘constellation<script@=off’
- To enable tracing: RUST_LOG=‘constellation<script@’
- Recommended filters when tracing is enabled:
- constellation<script@LogEntry=off