Expand description
Structured JSON audit logging for quantum job operations.
Every cloud API interaction (circuit submission, result fetch, job cancel) can be recorded to an audit trail for compliance and debugging.
Structs§
- Audit
Event - A single audit log entry
- File
Audit Logger - Appends newline-delimited JSON audit events to a file
- InMemory
Audit Logger - In-memory audit logger for testing and in-process inspection
- Null
Audit Logger - Discards all audit events — for use when auditing is explicitly disabled
Enums§
- Audit
Error - Errors from audit logging
- Operation
Type - Type of quantum operation being audited
Traits§
- Audit
Logger - Trait for audit log sinks
Functions§
- circuit_
hash - Compute an FNV-1a hex string for circuit correlation.