Registry / testing / wick-test-logger

wick-test-logger

JSON →
library0.2.0rscratesunverified

Logging-enabled test harness for the Wick logging library.

# Cargo.toml [dependencies] wick-test-logger = "0.2.0"
INSTALL
IMPORT
SIG · WICK-TEST-LOGGER
W
wick-test-logger
testingrustv0.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TestLogger
use wick_test_logger::TestLogger;

Create a test logger and verify log output.

use wick_test_logger::TestLogger; let logger = TestLogger::new(); logger.info("Test message"); assert!(logger.contains("Test message"));
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
30
Resources
wick-test-logger — cargo add wick-test-logger · libregistry