3 releases (breaking)
0.2.0 | Nov 23, 2020 |
---|---|
0.1.0 | Jun 25, 2020 |
0.0.1 | Dec 21, 2019 |
#27 in #journal
Used in 2 crates
9KB
73 lines
Devout
A simple cross-platform logging library.
About | Source | Changelog | Tutorial
A simple reduced-bloat journal log with tags you can turn on and off to filter entries at compile time.
Check out the documentation for examples.
Supported Platforms
Devout targets all platforms that can run Rust.
- Platforms where
println!()
displays output. - Web Assembly
- Android Planned Next
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- Zlib License, (LICENSE-ZLIB or https://opensource.org/licenses/Zlib) at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~0–2MB
~40K SLoC