Struct slog_extlog::stats::StatLogData
[−]
[src]
pub struct StatLogData<'a> {
pub description: &'static str,
pub stype: StatType,
pub name: &'static str,
pub value: f64,
pub tags: Vec<(&'static str, &'a str)>,
}Data and callback type for actually generating the log.
This allows the user to decide what format to actually log the stats in.
Fields
description: &'static str
The description, as provided on the definition.
stype: StatType
The statistic type, automatically determined from the definition.
name: &'static str
The statistic name, as provided on the definition.
value: f64
The current value.
The groups and name