Skip to main content

chronon::observe::SchemaEntry

Format entry from the embedded schema.

#include <BinaryTraceReader.hpp>

Public Attributes

Name
LogLevellog_level
uint32_tline
boolis_log
uint32_tid
std::stringformat_string
std::stringfile
std::vector< ArgType >arg_types

Public Attributes Documentation

variable log_level

LogLevel log_level;

variable line

uint32_t line;

variable is_log

bool is_log;

variable id

uint32_t id;

variable format_string

std::string format_string;

variable file

std::string file;

variable arg_types

std::vector< ArgType > arg_types;

Updated on 2026-05-26 at 05:42:32 +0000