|
NeuralPlus 0.2.0
A small C++17 SDK for AI clients, sessions, tools, and tracing
|
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. | |
JSON Lines file tracer settings.