|
NeuralPlus 0.2.0
A small C++17 SDK for AI clients, sessions, tools, and tracing
|
#include <tracing.hpp>
Public Member Functions | |
| SyslogTracer (std::string identity="neuralplus", int facility=0) | |
| Creates a POSIX syslog destination with an identity prefix and facility. | |
| void | record (const TraceEvent &event) override |
| Sends one metadata-only event to POSIX syslog. | |
POSIX syslog tracer. Construction throws ConfigurationError on unsupported systems.
The configured facility is supplied per record and the identity is included as a message prefix, without changing process-global openlog state.
|
overridevirtual |
Sends one metadata-only event to POSIX syslog.
Implements neuralplus::Tracer.