|
NeuralPlus 0.2.0
A small C++17 SDK for AI clients, sessions, tools, and tracing
|
Thread-safe destination for tracing and optional logging. More...
#include <tracing.hpp>
Public Member Functions | |
| virtual void | record (const TraceEvent &event)=0 |
| Records one structured lifecycle event. | |
Thread-safe destination for tracing and optional logging.
|
pure virtual |
Records one structured lifecycle event.
Implemented in neuralplus::ConsoleTracer, neuralplus::FileTracer, neuralplus::InMemoryTracer, neuralplus::FunctionTracer, and neuralplus::SyslogTracer.