Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slog-rs/scope
Logging scopes for slog-rs
https://github.com/slog-rs/scope
hierarchical-loggers library logging slog-rs structured-logging
Last synced: 15 days ago
JSON representation
Logging scopes for slog-rs
- Host: GitHub
- URL: https://github.com/slog-rs/scope
- Owner: slog-rs
- License: apache-2.0
- Created: 2016-11-30T20:08:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-04T21:52:05.000Z (over 3 years ago)
- Last Synced: 2024-04-24T00:44:34.775Z (7 months ago)
- Topics: hierarchical-loggers, library, logging, slog-rs, structured-logging
- Language: Rust
- Size: 49.8 KB
- Stars: 13
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# slog-scope - Logging scopes for [slog-rs]
`slog-scope` allows logging without manually handling `Logger` objects.
It is generally advised **NOT** to use `slog_scope` in libraries. Read more in
[slog-rs
FAQ](https://github.com/slog-rs/slog/wiki/FAQ#do-i-have-to-pass-logger-around)For more information, help, to report issues etc. see [slog-rs][slog-rs].
[slog-rs]: //github.com/slog-rs/slog
## Verification Recommendation
To help with the maintaince, the ownership of this crate is potentially shared between multiple developers.
It is recommended to always use [cargo-crev](https://github.com/crev-dev/cargo-crev)
to verify the trustworthiness of each of your dependencies, including this one.