1 unstable release
Uses new Rust 2024
new 0.1.1 | Apr 1, 2025 |
---|
#37 in #debugging-logging
110 downloads per month
71KB
89 lines
workspacer-upgrade-tracing
workspacer-upgrade-tracing
is a Rust library designed to enhance the efficiency and effectiveness of tracing mechanisms within the workspacer
environment. This library augments logging capabilities by providing advanced tracing functionalities, enabling developers to gain deep insights into their applications' runtime behavior.
Features
- Seamless Integration: Easily integrate with existing
workspacer
setups to enhance logging and debugging capabilities. - Advanced Tracing: Utilize high-performance tracing tools to monitor application performance and trace execution flow.
- Flexible Configurations: Offers a variety of configurations to suit diverse application needs, ensuring optimal performance.
Installation
Add the following to your Cargo.toml
:
[dependencies]
workspacer-upgrade-tracing = "0.1.0"
Usage
use workspacer_upgrade_tracing::init_tracer;
fn main() {
init_tracer();
// your application logic
}
By initializing the tracer, your application will actively collect tracing data, allowing you to monitor and analyze runtime behavior using compatible front-end tools.
Contribution
Contributions are welcome! Please submit issues and pull requests via the GitHub repository.
License
Licensed under MIT License. See LICENSE file for details.
Dependencies
~41–75MB
~1.5M SLoC