Struct wasmedge_sdk::LogManager
source · pub struct LogManager {}
Expand description
Manipulates the runtime logger.
Implementations§
source§impl LogManager
impl LogManager
sourcepub fn log_debug_info()
pub fn log_debug_info()
Logs the debug information.
sourcepub fn log_error_info()
pub fn log_error_info()
Logs the error information.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LogManager
impl Send for LogManager
impl Sync for LogManager
impl Unpin for LogManager
impl UnwindSafe for LogManager
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more