yall

Crates.ioyall
lib.rsyall
version0.6.1
sourcesrc
created_at2020-08-27 17:11:39.599154
updated_at2023-07-17 21:38:20.07969
descriptionA simple lightweight backend for the log crate.
homepage
repositoryhttps://github.com/aswild/yall
max_upload_size
id281551
size48,649
Allen Wild (aswild)

documentation

https://docs.rs/yall

README

yall: Yet Another Little Logger

Crates.io Docs.rs

A simple lightweight backend for the log crate.

  • Logs to stderr
  • Simple standard terminal colors, no RGB or 256-color themes that may clash with the terminal theme
  • Info level messages are unformatted with no color or prefix
  • Error/Warn/Debug/Trace messages are Red/Yellow/Cyan/Blue, respectively
  • Debug and Trace levels show the filename and line number.
  • Minimal dependencies
  • Configured with code rather than environment variables

Style Example

Standard ANSI colors on a Solarized Dark terminal theme.

screenshot of examples/demo.rs

License

Copyright 2020 Allen Wild

Dual-licensed as MIT or Apache 2.0. See the LICENSE-MIT and LICENSE-APACHE files for details.

Commit count: 38

cargo fmt