pub struct UdpLogger { /* private fields */ }Expand description
UDP Logger implementation
This logger sends log messages to a UDP endpoint (the autocore-server). Messages are sent asynchronously via a background thread to avoid blocking the control loop.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UdpLogger
impl RefUnwindSafe for UdpLogger
impl Send for UdpLogger
impl Sync for UdpLogger
impl Unpin for UdpLogger
impl UnsafeUnpin for UdpLogger
impl UnwindSafe for UdpLogger
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