File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1- # slog-envlogger - Port of ` env_logger ` as a ` slog-rs ` drain
1+ # ` slog-envlogger ` - Port of ` env_logger ` as a ` slog-rs ` drain
22
33<p align =" center " >
44 <a href =" https://travis-ci.org/dpc/slog-envlogger " >
1111 <img src="https://img.shields.io/badge/GITTER-join%20chat-green.svg?style=flat-square" alt="Gitter Chat">
1212 </a >
1313 <br >
14- <strong ><a href =" //dpc.github.io /slog-envlogger/" >Documentation</a ></strong >
14+ <strong ><a href =" https://docs.rs /slog-envlogger/" >Documentation</a ></strong >
1515</p >
1616
17-
1817` env_logger ` is a de facto standard Rust logger implementation, which allows
19- controlling logging to ` stderr ` via ` RUST_LOG ` environment variable.
18+ controlling logging to ` stderr ` via the ` RUST_LOG ` environment variable.
2019
2120This is a fork of ` env_logger ` that makes it work as a ` slog-rs ` drain:
2221
@@ -41,11 +40,11 @@ See `examples` directory.
4140
4241The simplest way to convert existing project to use ` slog-rs ` +` slog-envlogger `
4342is shown in
44- [ ` simple ` example] ( https://github.com/slog-rs/envlogger/blob/master/ examples/simple.rs)
43+ [ ` simple ` example] ( examples/simple.rs )
4544
4645For more proper (and powerful) version see
47- [ ` proper ` example] ( https://github.com/slog-rs/envlogger/blob/master/ examples/proper.rs)
46+ [ ` proper ` example] ( examples/proper.rs )
4847
4948Using ` slog-stdlog ` scopes you can make parts of the code log additional information (see [ ` scopes ` example] [ scopes ] ):
5049
51- [ scopes ] : https://github.com/dpc/slog-envlogger/blob/master/ examples/scopes.rs
50+ [ scopes ] : examples/scopes.rs
You can’t perform that action at this time.
0 commit comments