iceberg-cpp
Loading...
Searching...
No Matches
Public Attributes | List of all members
iceberg::LogAttribute Struct Reference

A structured key/value attribute attached to a log record. More...

#include <logger.h>

Public Attributes

std::string key
 
std::string value
 

Detailed Description

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.


The documentation for this struct was generated from the following file: