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_t metric_id, uint64_t count, ::std::vector<uint32_t> event_codes, LogOccurrenceCallback callback)
|fuchsia::metrics::MetricEventLogger|
Defined at line 16 of file ../../src/developer/forensics/testing/stubs/cobalt_logger.cc
void LogInteger (uint32_t metric_id, int64_t value, ::std::vector<uint32_t> event_codes, LogIntegerCallback callback)
Defined at line 23 of file ../../src/developer/forensics/testing/stubs/cobalt_logger.cc
void LogIntegerHistogram (uint32_t metric_id, ::std::vector< ::fuchsia::metrics::HistogramBucket> histogram, ::std::vector<uint32_t> event_codes, LogIntegerHistogramCallback callback)
Defined at line 52 of file ../../src/developer/forensics/testing/stubs/cobalt_logger.h
void LogString (uint32_t metric_id, ::std::string string_value, ::std::vector<uint32_t> events, LogStringCallback callback)
Defined at line 60 of file ../../src/developer/forensics/testing/stubs/cobalt_logger.h