Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kalkin/rust-bkg-cli-log
Simple logger for command line applications
https://github.com/kalkin/rust-bkg-cli-log
Last synced: 22 days ago
JSON representation
Simple logger for command line applications
- Host: GitHub
- URL: https://github.com/kalkin/rust-bkg-cli-log
- Owner: kalkin
- Created: 2022-04-22T10:57:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-22T11:08:46.000Z (over 2 years ago)
- Last Synced: 2024-10-07T10:53:18.521Z (30 days ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# README
A logger which logs to `STDERR` by default but to `STDOUT` on `info!()` and
`warn!()`.