| 149 | */ |
| 150 | template <typename T> |
| 151 | void AddMeta(const std::string &l, const T &v, bool skip = false) |
| 152 | { |
| 153 | auto mdv = LogMetaDataValue::Create(l, v, skip); |
| 154 | metadata.push_back(mdv); |
| 155 | } |
| 156 | |
| 157 | |
| 158 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected