Function ore::test::init_logging [−][src]
pub fn init_logging()
This is supported on crate feature
test
only.Expand description
Initialize global logger, using the tracing_subscriber
crate, with
sensible defaults.
It is safe to call init_logging
multiple times. Since cargo test
does
not run tests in any particular order, each must call init_logging
.