src/tools/file_logger.rs: class to log into files

This commit is contained in:
Dietmar Maurer
2019-03-01 09:34:29 +01:00
parent 5a2892f0ae
commit 3b151414f8
2 changed files with 77 additions and 0 deletions

View File

@ -28,6 +28,10 @@ pub mod borrow;
pub mod fs;
pub mod tty;
#[macro_use]
mod file_logger;
pub use file_logger::*;
/// Macro to write error-handling blocks (like perl eval {})
///
/// #### Example: