Module logging

Source
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.