|
iceberg-cpp
|
A structured key/value attribute attached to a log record. More...
#include <logger.h>
Public Attributes | |
| std::string | key |
| std::string | value |
A structured key/value attribute attached to a log record.
Both key and value are owned so a sink may retain the record safely. Engine loggers can surface these as discrete fields (query id, task id, table name, snapshot id, file path, ...); see LogMessage::Builder to populate them.