Crate forc_tracing
source ·Expand description
Utility items shared between forc crates.
Structs§
Enums§
Functions§
- A subscriber built from default
tracing_subscriber::fmt::SubscriberBuildersuch 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.