pub struct DebugReaderFormatter;Expand description
A structured or debug formatter intended for machine consumption or fallback
Trait Implementations§
Source§impl LogFormatter for DebugReaderFormatter
impl LogFormatter for DebugReaderFormatter
Source§fn format_sql_log(
&self,
trace_chain: &[TraceNode],
entry: &SqlLogEntry,
) -> String
fn format_sql_log( &self, trace_chain: &[TraceNode], entry: &SqlLogEntry, ) -> String
Format an SQL log entry along with its trace chain
Source§fn format_audit_log(&self, event: &RawAuditEvent) -> String
fn format_audit_log(&self, event: &RawAuditEvent) -> String
Format an audit or mutation event log
Auto Trait Implementations§
impl Freeze for DebugReaderFormatter
impl RefUnwindSafe for DebugReaderFormatter
impl Send for DebugReaderFormatter
impl Sync for DebugReaderFormatter
impl Unpin for DebugReaderFormatter
impl UnsafeUnpin for DebugReaderFormatter
impl UnwindSafe for DebugReaderFormatter
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