Audit Trail services are implemented in the Frame Application.
It stores all information about audit trail session like username, date and time, description and comment of the session and description of all audit-trail events within the session.
It provides saving, analyzing a documentation of the audit trail sessions.
For the DTM it offers the interface IDtmAuditTrailEvents.
When Audit Trail is started the Frame Application may ask the user for additional comments.
Used methods: IDtmAuditTrailEvents::OnStartTransaction() IDtmAuditTrailEvents::OnAuditTrailEvent() IDtmAuditTrailEvents::OnEndTransaction()
Audit trail is not only implemented in the frame application.
It must also be implemented in the DTM.
The DTM makes use of the frame application interfaces.