1 unstable release

0.1.0 Jan 18, 2024

#433 in Debugging

MIT/Apache

7KB

Lokker

Lokker is a simple logger which focuses on simplicity, it's the default logger for the byzantium libDBMS.

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