2 releases

0.1.1 Sep 28, 2024
0.1.0 Jan 18, 2024

#344 in Debugging

Download history 7/week @ 2024-07-29 165/week @ 2024-09-23 36/week @ 2024-09-30 7/week @ 2024-10-07

208 downloads per month

MIT/Apache

7KB
51 lines

Lokker

Lokker is a simple logger which focuses on simplicity.

License

This project is licensed under either of

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