|
PACS System 0.1.0
PACS DICOM system library
|
High-level facade for ATNA audit logging in DICOM services. More...
#include "atna_audit_logger.h"#include "atna_syslog_transport.h"#include <atomic>#include <memory>#include <string>

Go to the source code of this file.
Classes | |
| class | kcenon::pacs::security::atna_service_auditor |
| High-level facade for emitting ATNA audit events from DICOM services. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::security |
High-level facade for ATNA audit logging in DICOM services.
Wraps atna_audit_logger (message generation) and atna_syslog_transport (message delivery) into a simple API that DICOM services can call with minimal coupling.
Definition in file atna_service_auditor.h.