Crates.io | cat-loggr |
lib.rs | cat-loggr |
version | 1.0.2 |
source | src |
created_at | 2022-10-01 12:09:28.6011 |
updated_at | 2022-10-19 09:17:29.826783 |
description | A simple, lightweight utility for making beautiful logs |
homepage | https://github.com/Sven65/cat-loggr-rs/ |
repository | https://github.com/Sven65/cat-loggr-rs/ |
max_upload_size | |
id | 677783 |
size | 29,358 |
A simple, lightweight utility for making beautiful logs, based on cat-loggr
Explore the docs »
·
Report Bug
·
Request Feature
A simple, lightweight utility for making beautiful logs, based on cat-loggr
use cat_loggr::CatLoggr;
fn main() {
let logger = CatLoggr::new(None);
logger.log("This is a log", "info");
}
For more examples, please refer to the Documentation
fatal
error
warn
trace
init
info
verbose
debug
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/Sven65/cat-loggr-rs