systemprompt-logging 0.2.2

Tracing and audit infrastructure for systemprompt.io AI governance. Structured events, five-point audit traces, and SIEM-ready JSON output — part of the MCP governance pipeline.
Documentation
1
2
3
4
5
6
7
8
mod mutations;
mod queries;

pub use mutations::{
    cleanup_logs_before, clear_all_logs, count_logs_before, create_log, delete_log,
    delete_logs_multiple, update_log,
};
pub use queries::{get_log, list_logs, list_logs_by_module_patterns, list_logs_paginated};