Crate lokker

Source
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.

Structs§

Logger
Implements Log to be compatible This logger is intentionally minimalistic, offering only essential features, it wont offer configuration