ark::logging::DistillLogWriterStatistics
Defined in header “ark/logging/distill_log.hh”.
Class to distill the LogWriterStageStatistics down to a report set of data.
Methods
-
DistillLogWriterStatistics(std::string name)
-
void distill(const pipeline::AbstractEnvelope & msg)
To be overriden by derived class. This function will distill the msg data to generate summarized information. -
DistilledLogWriterStageStatistics summarize()
Function to generate the DistilledType summarized object based upon all of the received Type objects.