Expand description
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.