AutoLog
A mini Rust library for logging when a function is called.
Features
- Tracing support
- Custom log messages
- Variables in log messages (function name and function arguments)
Usage
Add this to your Cargo.toml:
[]
= "0.1"
Example
use autolog;
// or
extern crate autolog;
License
Made with ❤️ by Juliette Cordor