pub struct TracingLogger {
pub add_source: bool,
pub level: LogLevel,
pub time_format: String,
}Fields§
§add_source: bool§level: LogLevel§time_format: StringImplementations§
Trait Implementations§
Source§impl Clone for TracingLogger
impl Clone for TracingLogger
Source§fn clone(&self) -> TracingLogger
fn clone(&self) -> TracingLogger
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TracingLogger
impl Debug for TracingLogger
Source§impl Default for TracingLogger
impl Default for TracingLogger
Source§fn default() -> TracingLogger
fn default() -> TracingLogger
Returns the “default value” for a type. Read more
Source§impl Logger for TracingLogger
impl Logger for TracingLogger
Auto Trait Implementations§
impl Freeze for TracingLogger
impl RefUnwindSafe for TracingLogger
impl Send for TracingLogger
impl Sync for TracingLogger
impl Unpin for TracingLogger
impl UnwindSafe for TracingLogger
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