NeuralPlus 0.2.0
A small C++17 SDK for AI clients, sessions, tools, and tracing
Loading...
Searching...
No Matches
neuralplus::Tracer Class Referenceabstract

Thread-safe destination for tracing and optional logging. More...

#include <tracing.hpp>

Inheritance diagram for neuralplus::Tracer:
neuralplus::ConsoleTracer neuralplus::FileTracer neuralplus::FunctionTracer neuralplus::InMemoryTracer neuralplus::SyslogTracer

Public Member Functions

virtual void record (const TraceEvent &event)=0
 Records one structured lifecycle event.
 

Detailed Description

Thread-safe destination for tracing and optional logging.

Member Function Documentation

◆ record()

virtual void neuralplus::Tracer::record ( const TraceEvent event)
pure virtual

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