Expand description
Utility items shared between forc crates.
Re-exports§
pub use tracing_subscriber;
Structs§
- A
Layer
which filters spans and events based on a set of filter directives. - Configures what points in the span lifecycle are logged as events.
- A filter comparable to a verbosity
Level
.
Enums§
Traits§
- A type that can create
io::Write
instances.
Functions§
- A subscriber built from default
tracing_subscriber::fmt::SubscriberBuilder
such that it would match directly usingprintln!
throughout the repo. - Prints an action message with a green-bold prefix like “ Compiling “.
- Prints an action message with a red-bold prefix like “ Removing “.
- Prints a warning message to stderr with the red prefix “error: “.
- Prints a warning message to stdout with the yellow prefix “warning: “.
- Prints a warning message to stdout with the yellow prefix “warning: “ only in verbose mode.