|
herald
2.0.0
|
Logs any given type of sample to the Herald logging subsystem as a Debug message. More...
#include <logging_analysis_delegate.h>
Public Types | |
| using | value_type = ValT |
Public Member Functions | |
| LoggingAnalysisDelegate (ContextT &context) | |
| LoggingAnalysisDelegate (const LoggingAnalysisDelegate &other) noexcept | |
| LoggingAnalysisDelegate (LoggingAnalysisDelegate &&other) noexcept | |
| LoggingAnalysisDelegate & | operator= (LoggingAnalysisDelegate &&other) noexcept |
| void | assignContext (ContextT &newContext) noexcept |
| void | newSample (SampledID sampled, Sample< ValT > sample) |
Logs any given type of sample to the Herald logging subsystem as a Debug message.