pub type LogsHierarchy = DiagnosticsHierarchy<LogsField>;Expand description
A diagnostics data payload containing logs data.
Aliased Type§
pub struct LogsHierarchy {
pub name: String,
pub properties: Vec<Property<LogsField>>,
pub children: Vec<DiagnosticsHierarchy<LogsField>>,
pub missing: Vec<MissingValue>,
}Fields§
§name: StringThe name of this node.
properties: Vec<Property<LogsField>>The properties for the node.
children: Vec<DiagnosticsHierarchy<LogsField>>The children of this node.
missing: Vec<MissingValue>Values that were impossible to load.