2 releases
0.1.1 | Sep 28, 2024 |
---|---|
0.1.0 | Jan 18, 2024 |
#344 in Debugging
208 downloads per month
7KB
51 lines
Lokker
Lokker is a simple logger which focuses on simplicity.
License
This project is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)
at your option.
lib.rs
:
Lokker is a simple logger which focuses on simplicity (like actually).
Example
use lokker::Logger;
Logger::init().unwrap();
This Crate
The lokker
crate is the default logger for the byzantium libDBMS.
It is this simple since the default for byzantium should be easy-to-use.
You can still use your own logger that is compatible with the log crate.
Dependencies
~87KB