memoir 📝
Memoir is a powerful and flexible logging library for Rust that makes it easy to capture, record, and analyze events in your code. With its intuitive interface and rich features, Memoir is the ideal tool for developers who want to gain deeper insights into their applications.
Installation
You can use the package manager cargo to install memoir.
or add it to your current project by also using cargo to install memoir.
Usage
We provide a simple interface for memoir, to help users access a logging system as easily as possible. We provide simple functions to output each type of log level.
use *; // Import everything needed from memoir.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.