Module iroh_test::logging

source ·
Expand description

Logging during tests.

Functions§

  • Configures logging for the current test, single-threaded runtime only.
  • The first call to this function will install a global logger.
  • Returns the a [tracing::Subscriber] configured for our tests.