Struct slog_extlog::stats::DefaultStatisticsLogFormatter [−][src]
pub struct DefaultStatisticsLogFormatter;
Structure to use for the default implementation of StatisticsLogFormatter.
Trait Implementations
impl Debug for DefaultStatisticsLogFormatter[src]
impl Debug for DefaultStatisticsLogFormatterfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for DefaultStatisticsLogFormatter[src]
impl Clone for DefaultStatisticsLogFormatterfn clone(&self) -> DefaultStatisticsLogFormatter[src]
fn clone(&self) -> DefaultStatisticsLogFormatterReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl StatisticsLogFormatter for DefaultStatisticsLogFormatter[src]
impl StatisticsLogFormatter for DefaultStatisticsLogFormatterfn log_stat(logger: &StatisticsLogger<Self>, stat: &StatLogData) where
Self: Sized, [src]
fn log_stat(logger: &StatisticsLogger<Self>, stat: &StatLogData) where
Self: Sized, The formatting callback. This default implementation just logs each field.
Auto Trait Implementations
impl Send for DefaultStatisticsLogFormatter
impl Send for DefaultStatisticsLogFormatterimpl Sync for DefaultStatisticsLogFormatter
impl Sync for DefaultStatisticsLogFormatter