Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C++
|
A class that defines the interface to the MIP SDK audit notifications. More...
#include <src/api/mip/audit_delegate.h>
Public Member Functions | |
virtual void | Flush ()=0 |
Flush any queued events (e.g. | |
virtual void | WriteEvent (const std::shared_ptr< AuditEvent > &event)=0 |
Log a diagnostic event. | |
virtual void | WriteEvent (const std::shared_ptr< AuditEvent > &event, const mip::EventContext &eventContext)=0 |
Log a diagnostic event. | |
A class that defines the interface to the MIP SDK audit notifications.
Definition at line 55 of file audit_delegate.h.
|
pure virtualinherited |
Flush any queued events (e.g.
due to shutdown)
|
pure virtualinherited |
Log a diagnostic event.
event | Event to be logged |
|
pure virtualinherited |
Log a diagnostic event.
event | Event to be logged |
eventContext | EventContext associated with event |