Move log module to dev::log
This commit is contained in:
parent
b806d84451
commit
9ebd91a589
9 changed files with 23 additions and 14 deletions
|
|
@ -2,14 +2,13 @@ use std::{sync, time};
|
|||
|
||||
pub mod prelude {
|
||||
pub use crate::{
|
||||
log,
|
||||
log::{Level::*, now},
|
||||
tlog, write_log,
|
||||
dev::log::{Level::*, now},
|
||||
log, tlog, write_log,
|
||||
};
|
||||
}
|
||||
|
||||
pub mod dev;
|
||||
pub mod graph;
|
||||
pub mod log;
|
||||
pub mod router;
|
||||
pub mod syntax;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue