loglog
A simple and usable logger.
Usage
Create the builder:
build
Configure the options:
build
.time
.stdout
Finally, set up and use the logger:
build
.time
.stdout
.init
.unwrap;
info!;
For more information, please see the documentation.
License
loglog is licensed under the MIT license. Please see the LICENSE file for more
details.