[][src]Module rustwide::logging

rustwide's logging system and related utilities.

Structs

LogStorage

Store logs captured by capture and retrieve them later.

Functions

capture

Capture all log messages emitted inside a closure.

init

Initialize rustwide's logging system, enabling the use of the capture function.

init_with

Initialize rustwide's logging system wrapping an existing logger, enabling the use of the capture function.