pub struct IOLogger { /* private fields */ }
Implementations§
Source§impl IOLogger
impl IOLogger
pub fn get_name(&self) -> String
pub fn get_file(&self) -> String
pub fn append_log(&self, content: &str)
pub fn info(&self, cont: &str)
pub fn error(&self, cont: &str)
pub fn fatal(&self, cont: &str)
pub fn critical(&self, cont: &str)
pub fn debug(&self, cont: &str)
pub fn warn(&self, cont: &str)
Auto Trait Implementations§
impl Freeze for IOLogger
impl RefUnwindSafe for IOLogger
impl Send for IOLogger
impl Sync for IOLogger
impl Unpin for IOLogger
impl UnwindSafe for IOLogger
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