mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-23 09:23:25 +00:00
Inject the logger for Asterinas
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
7865469998
commit
0cb2ea562e
@ -47,11 +47,12 @@ macro_rules! current_thread {
|
||||
};
|
||||
}
|
||||
|
||||
pub(crate) use aster_logger::{print, println};
|
||||
|
||||
pub(crate) use crate::{
|
||||
context::{Context, CurrentUserSpace, ReadCString},
|
||||
current, current_thread,
|
||||
error::{Errno, Error},
|
||||
print, println,
|
||||
process::signal::Pause,
|
||||
time::{wait::WaitTimeout, Clock},
|
||||
};
|
||||
|
Reference in New Issue
Block a user