bunt-logger
bunt-logger is a convenience wrapper around bunt, a
library for printing colored and formatted text to terminals. It provides logging macros resembling
those of log and a configuration interface similar to
stderrlog.
use ;
with
.level
.stderr;
let data = vec!;
debug!;
let err = ...
error!;
See the documentation.
License
Licensed under either of Apache License, Version 2.0 or MIT license at your option. Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.