https://github.com/thomasdezeeuw/std-logger
A logging implementation for the log crate that logs messages to standard error and requests to standard out.
https://github.com/thomasdezeeuw/std-logger
Last synced: about 1 month ago
JSON representation
A logging implementation for the log crate that logs messages to standard error and requests to standard out.
- Host: GitHub
- URL: https://github.com/thomasdezeeuw/std-logger
- Owner: Thomasdezeeuw
- License: apache-2.0
- Created: 2017-07-29T17:18:57.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T08:30:02.000Z (6 months ago)
- Last Synced: 2024-10-25T05:08:59.254Z (6 months ago)
- Language: Rust
- Homepage: https://docs.rs/std-logger
- Size: 185 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Std logger
[](https://opensource.org/licenses/MIT)
[](https://www.apache.org/licenses/LICENSE-2.0)
[](https://crates.io/crates/std-logger)
[](https://docs.rs/std-logger)A logging implementation for the [`log`] crate that logs messages to standard
error and requests to standard out.See the [API documentation] for more.
[`log`]: https://crates.io/crates/log
[API documentation]: https://docs.rs/std-logger## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT)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.