pub struct LogManager;Expand description
Manager that handles reading the endpoint environment variable and dispatching to the factory
Implementations§
Source§impl LogManager
impl LogManager
pub fn write_sql_log(trace_chain: &[TraceNode], entry: &SqlLogEntry)
pub fn write_audit_log(event: &RawAuditEvent)
Auto Trait Implementations§
impl Freeze for LogManager
impl RefUnwindSafe for LogManager
impl Send for LogManager
impl Sync for LogManager
impl Unpin for LogManager
impl UnsafeUnpin for LogManager
impl UnwindSafe for LogManager
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