cleanup logging a bit

This commit is contained in:
dignifiedquire
2019-05-07 18:28:16 +01:00
parent 671271a999
commit 127677223e
5 changed files with 277 additions and 440 deletions

View File

@@ -23,6 +23,9 @@ extern crate num_derive;
// #[macro_use]
// extern crate rental;
#[macro_use]
pub mod dc_log;
mod pgp;
pub mod dc_aheader;
@@ -45,7 +48,6 @@ pub mod dc_key;
pub mod dc_keyhistory;
pub mod dc_keyring;
pub mod dc_location;
pub mod dc_log;
pub mod dc_loginparam;
pub mod dc_lot;
pub mod dc_mimefactory;