|
NeuralPlus 0.2.0
A small C++17 SDK for AI clients, sessions, tools, and tracing
|
#include <tracing.hpp>
Public Member Functions | |
| FileTracer (std::string path, FileTracerOptions options={}) | |
Opens a JSON Lines trace file at path. | |
| void | record (const TraceEvent &event) override |
| Appends one event subject to the configured payload and size policy. | |
Thread-safe JSON Lines tracer with metadata-only output by default.
POSIX builds open the destination once with owner-only creation permissions and reject final-component symbolic links when the platform provides O_NOFOLLOW.
|
overridevirtual |
Appends one event subject to the configured payload and size policy.
Implements neuralplus::Tracer.