299 const auto it =
fInfo.find(service);
308 EventInfo &info = it->second;
310 const uint64_t cnt = ++info.counter;
311 info.data =
static_cast<Event>(evt);
void JsHandleEvent(const EventImp &, uint64_t, const std::string &)
map< string, EventInfo > fInfo
Concerete implementation of an EventImp stroring name, format, data and time.