Give logger its own crate

This commit is contained in:
Greg Fitzgerald
2018-03-03 14:24:32 -07:00
parent afb2bf442c
commit bebba7dc1f
4 changed files with 142 additions and 123 deletions

View File

@ -1,5 +1,6 @@
#![cfg_attr(feature = "unstable", feature(test))]
pub mod log;
pub mod logger;
pub mod event;
pub mod historian;
pub mod accountant;