mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
servoshell: allow event tracing to be configured with RUST_LOG (#31657)
* servoshell: allow event tracing to be configured with RUST_LOG * Move docs to same file as target prefixes * Avoid requiring macro callers to use LogTarget trait * Clean up macro call in app.rs * Rename macros to reflect value types
This commit is contained in:
parent
f3a73dbed3
commit
eaa800c8dd
4 changed files with 239 additions and 19 deletions
|
@ -9,6 +9,9 @@
|
|||
#[macro_use]
|
||||
extern crate sig;
|
||||
|
||||
#[macro_use]
|
||||
mod tracing;
|
||||
|
||||
#[cfg(test)]
|
||||
mod test;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue