Inject the logger for Asterinas

This commit is contained in:
Chen Chengjun
2024-11-15 16:58:06 +08:00
committed by Tate, Hongliang Tian
parent 7865469998
commit 0cb2ea562e
18 changed files with 149 additions and 5 deletions

View File

@ -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},
};