NeuralPlus 0.2.0
A small C++17 SDK for AI clients, sessions, tools, and tracing
Loading...
Searching...
No Matches
neuralplus::FileTracerOptions Struct Reference

JSON Lines file tracer settings. More...

#include <tracing.hpp>

Public Attributes

bool append {true}
 Append to an existing file instead of truncating it.
 
bool flush_each_event {false}
 Flush the stream after every event.
 
bool include_payloads {false}
 Persist TraceEvent::payload in addition to metadata.
 
std::size_t max_bytes {0}
 Stop accepting events at this many bytes; zero means unlimited.
 

Detailed Description

JSON Lines file tracer settings.


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