pub struct PspLogger {}
Expand description
The actual logger instance.
Implementations§
Source§impl PspLogger
impl PspLogger
Sourcepub fn init(config: PspLoggerConfig) -> Result<(), SetLoggerError>
pub fn init(config: PspLoggerConfig) -> Result<(), SetLoggerError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PspLogger
impl RefUnwindSafe for PspLogger
impl Send for PspLogger
impl Sync for PspLogger
impl Unpin for PspLogger
impl UnwindSafe for PspLogger
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