gets called in LivestatusLogUtility::CreateLogCache */
| 94 | |
| 95 | /* gets called in LivestatusLogUtility::CreateLogCache */ |
| 96 | void LogTable::UpdateLogEntries(const Dictionary::Ptr& log_entry_attrs, int lineno, const AddRowFunction& addRowFn) |
| 97 | { |
| 98 | /* additional attributes only for log table */ |
| 99 | log_entry_attrs->Set("lineno", lineno); |
| 100 | |
| 101 | addRowFn(log_entry_attrs, LivestatusGroupByNone, Empty); |
| 102 | } |
| 103 | |
| 104 | Object::Ptr LogTable::HostAccessor(const Value& row, const Column::ObjectAccessor&) |
| 105 | { |