<div align="center">
<a href='https://compio.rs'>
<img height="150" src="https://github.com/compio-rs/compio-logo/raw/refs/heads/master/generated/colored-with-text.svg">
</a>
</div>
---
# compio-log
[](https://github.com/compio-rs/compio/blob/master/LICENSE)
[](https://crates.io/crates/compio-log)
[](https://docs.rs/compio-log)
[](https://github.com/compio-rs/compio/actions/workflows/ci_check.yml)
[](https://github.com/compio-rs/compio/actions/workflows/ci_test.yml)
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.