opentracing-c
OpenTracing C API
Data Fields
opentracing_log_field Struct Reference

Log field to represent key-value pair for a log. More...

#include <opentracing-c/span.h>

Collaboration diagram for opentracing_log_field:
[legend]

Data Fields

const char * key
 Key string. More...
 
opentracing_value value
 Value representation. More...
 

Detailed Description

Log field to represent key-value pair for a log.

Field Documentation

◆ key

const char* opentracing_log_field::key

Key string.

◆ value

opentracing_value opentracing_log_field::value

Value representation.


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