pub struct RichConsoleLogger;Implementations§
Trait Implementations§
Source§impl Default for RichConsoleLogger
impl Default for RichConsoleLogger
Source§fn default() -> RichConsoleLogger
fn default() -> RichConsoleLogger
Returns the “default value” for a type. Read more
Source§impl ILogger for RichConsoleLogger
impl ILogger for RichConsoleLogger
fn log(&self, level: Level, module: &str, message: &str)
fn trace(&self, module: &str, message: &str)
fn debug(&self, module: &str, message: &str)
fn info(&self, module: &str, message: &str)
fn warn(&self, module: &str, message: &str)
fn error(&self, module: &str, message: &str)
Auto Trait Implementations§
impl Freeze for RichConsoleLogger
impl RefUnwindSafe for RichConsoleLogger
impl Send for RichConsoleLogger
impl Sync for RichConsoleLogger
impl Unpin for RichConsoleLogger
impl UnsafeUnpin for RichConsoleLogger
impl UnwindSafe for RichConsoleLogger
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