slog-scope 0.2.2

Logging scopes for slog-rs
Documentation
<p align="center">

  <a href="https://github.com/slog-rs/slog">
  <img src="https://cdn.rawgit.com/slog-rs/misc/master/media/slog.svg" alt="slog-rs logo">
  </a>
  <br>

  <a href="https://travis-ci.org/slog-rs/scope">
      <img src="https://img.shields.io/travis/slog-rs/scope/master.svg" alt="Travis CI Build Status">
  </a>

  <a href="https://crates.io/crates/slog-scope">
      <img src="https://img.shields.io/crates/d/slog-scope.svg" alt="slog-scope on crates.io">
  </a>

  <a href="https://gitter.im/slog-rs/slog">
      <img src="https://img.shields.io/gitter/room/slog-rs/slog.svg" alt="slog-rs Gitter Chat">
  </a>
</p>

# slog-scope - Logging scopes for [slog-rs]

[slog-rs]: //github.com/slog-rs/slog

`slog-scope` allows logging without manually handling `Logger` objects.