Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
audit_logger.cpp File Reference

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>
Include dependency graph for audit_logger.cpp:

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")
 

Detailed Description

AuditLogger implementation — JSONL recording and hook callback.

Version
1.9.5

Definition in file audit_logger.cpp.

Variable Documentation

◆ logger

auto logger = entropic::log::get("storage.audit_logger")
static

Definition at line 18 of file audit_logger.cpp.