Crates.io | slog-scope-stdlog |
lib.rs | slog-scope-stdlog |
version | 0.2.0 |
source | src |
created_at | 2017-01-01 23:22:27.948829 |
updated_at | 2017-01-01 23:22:27.948829 |
description | Standard Rust log crate adapter to slog-rs |
homepage | https://github.com/dpc/slog-rs |
repository | https://github.com/dpc/slog-rs |
max_upload_size | |
id | 7884 |
size | 29,401 |
slog-scope
This is a preferred (over original slog-stdlog
) method of backward
compatibility with legacy log
crate.
The difference is: this library does not define own logging scopes
functionality, and instead relies on slog_scope::scope
.