Expand description
Logging during tests.
Functionsยง
- setup
- Configures logging for the current test, single-threaded runtime only.
- setup_
multithreaded - The first call to this function will install a global logger.
- testing_
subscriber - Returns the a
tracing::Subscriber
configured for our tests.