Module test_utils

Source
Expand description

Test utilities for Rust-Loguru

Provides log capture, assertion macros, and mock logger for testing.

Structsยง

CapturedRecord
Captured log record
LogCapture
Log capture system for tests
MockLogger
Mock logger for testing
TempLogLevel
Temporarily set log level for a logger in a test