testing_logger 0.1.1

Supports writing tests to verify `log` crate calls
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "testing_logger"
version = "0.1.1"
authors = ["brucechapman <bruce.chapman.nz@gmail.com>", "NEC New Zealand Limited"]
license = "BSD-3-Clause"
description = "Supports writing tests to verify `log` crate calls"
repository = "https://github.com/brucechapman/rust_testing_logger"
readme = "README.md"
categories = ["development-tools::testing", "development-tools::debugging"]
keywords = ["testing", "logging", "log"]
[badges]
travis-ci = { repository = "brucechapman/rust_testing_logger", branch = "master" }

[dependencies]
log = "0.4.3"