compio-log 0.2.0

Log of compio
Documentation

compio-log

MIT licensed crates.io docs.rs Check Test

Internal logging utilities for compio.

This crate provides logging support for compio, built on top of the tracing crate. It's used throughout the compio ecosystem for instrumentation and debugging.

To see logs from compio, enable enable_log feature of compio, and set up a tracing subscriber in your application or testing environment.