logging: Move all facilities to one file

This commit is contained in:
Dorota Czaplejewicz
2019-12-16 19:15:40 +00:00
parent 1237537005
commit e2b89e85f7
6 changed files with 50 additions and 42 deletions

View File

@ -21,7 +21,7 @@
use std::env;
use glib::object::ObjectExt;
use util::Warn;
use logging::Warn;
/// Gathers stuff defined in C or called by C
pub mod c {