slog-rs logging (#171)

* added global slog instance, changed all logging macro formats to include logger instance
* adding configuration to logging, allowing for multiple log outputs
* updates to test, changes to build docs
* rustfmt
* moving logging functions into util crate
This commit is contained in:
Yeastplume
2017-10-12 17:56:44 +01:00
committed by Ignotus Peverell
parent b85006ebe5
commit 8e382a7593
62 changed files with 973 additions and 1006 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ extern crate secp256k1zkp as secp;
extern crate hyper;
#[macro_use]
extern crate log;
extern crate slog;
extern crate iron;
extern crate router;
extern crate serde;