2 releases

0.1.1 Sep 28, 2024
0.1.0 Jan 18, 2024

#436 in Debugging

Download history 4/week @ 2024-10-17 15/week @ 2024-12-05 10/week @ 2024-12-12

66 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

~86KB