pub struct Syslog { /* private fields */ }
Trait Implementations§
Source§impl LogFormatter for Syslog
impl LogFormatter for Syslog
fn from_log_layer<W: for<'a> MakeWriter<'a> + 'static, F: LogFormatter + Default>( layer: &LogLayer<W, F>, ) -> Self
fn format_event<S: Subscriber + for<'a> LookupSpan<'a>>( &mut self, current_span: &Option<SpanRef<'_, S>>, event: &Event<'_>, event_visitor: &Storage<'_>, ) -> String
fn format_span<S: Subscriber + for<'a> LookupSpan<'a>>( &mut self, span: &SpanRef<'_, S>, ty: Type, ) -> String
Auto Trait Implementations§
impl Freeze for Syslog
impl RefUnwindSafe for Syslog
impl Send for Syslog
impl Sync for Syslog
impl Unpin for Syslog
impl UnwindSafe for Syslog
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