Leosac  0.8.0
Open Source Access Control
Leosac::Audit::IAuditTracker Class Referenceabstract

The AuditTracker class provides the ability to "track" the audit log and acknowledge its entries. More...

#include <IAuditTracker.hpp>

Public Member Functions

virtual AuditEntryId last_id () const =0
 Returns the id the last processed audit entry. More...
 

Detailed Description

The AuditTracker class provides the ability to "track" the audit log and acknowledge its entries.

It can be used to keep track of "how up-to-date" a component is with regards to the audit log.

Definition at line 35 of file IAuditTracker.hpp.

Member Function Documentation

◆ last_id()

virtual AuditEntryId Leosac::Audit::IAuditTracker::last_id ( ) const
pure virtual

Returns the id the last processed audit entry.


The documentation for this class was generated from the following file: