chronon::observe::SchemaEntry
Format entry from the embedded schema.
#include <BinaryTraceReader.hpp>
Public Attributes
| Name | |
|---|---|
| LogLevel | log_level |
| uint32_t | line |
| bool | is_log |
| uint32_t | id |
| std::string | format_string |
| std::string | file |
| 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