|
Entropic 2.3.8
Local-first agentic inference engine
|
AuditLogger implementation — JSONL recording and hook callback. More...
#include <entropic/storage/audit_logger.h>#include <entropic/storage/audit_hook_context.h>#include <entropic/types/logging.h>#include <nlohmann/json.hpp>#include <chrono>#include <iomanip>#include <sstream>
Go to the source code of this file.
Namespaces | |
| namespace | entropic |
| Activate model on GPU (WARM → ACTIVE). | |
Functions | |
| void | entropic::populate_from_hook_context (AuditEntry &entry, const AuditHookContext &ctx) |
| Populate AuditEntry fields from AuditHookContext state. | |
Variables | |
| static auto | logger = entropic::log::get("storage.audit_logger") |
AuditLogger implementation — JSONL recording and hook callback.
Definition in file audit_logger.cpp.
|
static |
Definition at line 18 of file audit_logger.cpp.