class CobaltLogger
Defined at line 43 of file ../../src/developer/forensics/testing/stubs/cobalt_logger.h
Always record |metric_id| and |event_code| and call callback with |Status::OK|.
Public Methods
void LogOccurrence (uint32_tmetric_id,uint64_tcount,::std::vector<uint32_t>event_codes,LogOccurrenceCallbackcallback)
|fuchsia::metrics::MetricEventLogger|
Defined at line 16 of file ../../src/developer/forensics/testing/stubs/cobalt_logger.cc
void LogInteger (uint32_tmetric_id,int64_tvalue,::std::vector<uint32_t>event_codes,LogIntegerCallbackcallback)
Defined at line 23 of file ../../src/developer/forensics/testing/stubs/cobalt_logger.cc
void LogIntegerHistogram (uint32_tmetric_id,::std::vector< ::fuchsia::metrics::HistogramBucket>histogram,::std::vector<uint32_t>event_codes,LogIntegerHistogramCallbackcallback)
Defined at line 52 of file ../../src/developer/forensics/testing/stubs/cobalt_logger.h
void LogString (uint32_tmetric_id,::std::stringstring_value,::std::vector<uint32_t>events,LogStringCallbackcallback)
Defined at line 60 of file ../../src/developer/forensics/testing/stubs/cobalt_logger.h