@brief Returns the built record name. The record name was build up base on the yaml structure: i.e.: diags: debug: tag: rpc this function will return diags.debug.tag
| 66 | /// |
| 67 | /// this function will return diags.debug.tag |
| 68 | std::string_view |
| 69 | get_record_name() const |
| 70 | { |
| 71 | return _legacy.record_name; |
| 72 | } |
| 73 | |
| 74 | /// @brief Append field name in order to build up the record name. |
| 75 | void |
no outgoing calls
no test coverage detected