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]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for DefaultStatisticsLogFormatter[src]
fn clone(&self) -> DefaultStatisticsLogFormatter[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl StatisticsLogFormatter for DefaultStatisticsLogFormatter[src]
fn log_stat(logger: &StatisticsLogger<Self>, stat: &StatLogData) where
Self: Sized, [src]
Self: Sized,
The formatting callback. This default implementation just logs each field.