pub struct HorizonLogger;Expand description
Main logging implementation
Implementations§
Source§impl HorizonLogger
impl HorizonLogger
Sourcepub fn get_history(&self) -> Vec<LogEntry>
pub fn get_history(&self) -> Vec<LogEntry>
Get log history
Auto Trait Implementations§
impl Freeze for HorizonLogger
impl RefUnwindSafe for HorizonLogger
impl Send for HorizonLogger
impl Sync for HorizonLogger
impl Unpin for HorizonLogger
impl UnwindSafe for HorizonLogger
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