Lines Matching full:metadata
44 * elog metadata.
71 * @tparam Args - Metadata fields types.
86 * The elog callback logs the elog and elog metadata.
89 * @tparam Args - Metadata fields types.
90 * @param[in] arguments - Metadata fields to be added to the error log
118 * current values of certain properties in the metadata of the
122 * metadata that includes the property names and values that caused
133 * This class requires that the error log created only have 1 metadata field,
137 * @tparam metadataType - The metadata to use
173 * @brief Builds a metadata string with property information
178 * into a metadata string that looks like:
182 * @return The metadata string
186 std::string metadata{'|'}; in captureMetadata() local
201 metadata += path + ":" + propertyName + '=' + value + '|'; in captureMetadata()
205 return metadata; in captureMetadata()
212 * @tparam Args - Metadata fields types.
213 * @param[in] arguments - Metadata fields to be added to the error log