pub struct TracingLogOptions {
pub include_heartbeats: bool,
}Expand description
Output switches for TracingLog (FR-026): SLF4JLogHeartbeats. Session-ID prefixing
(SLF4JLogPrependSessionID) is provided generically by wrapping in crate::SessionPrefixLog
rather than as a field here.
Fields§
§include_heartbeats: boolSLF4JLogHeartbeats: whether Heartbeat (35=0) messages are emitted.
Trait Implementations§
Source§impl Clone for TracingLogOptions
impl Clone for TracingLogOptions
Source§fn clone(&self) -> TracingLogOptions
fn clone(&self) -> TracingLogOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TracingLogOptions
Source§impl Debug for TracingLogOptions
impl Debug for TracingLogOptions
Auto Trait Implementations§
impl Freeze for TracingLogOptions
impl RefUnwindSafe for TracingLogOptions
impl Send for TracingLogOptions
impl Sync for TracingLogOptions
impl Unpin for TracingLogOptions
impl UnsafeUnpin for TracingLogOptions
impl UnwindSafe for TracingLogOptions
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