Interface | Description |
---|---|
Journaled |
Marks entities which contain a
JournalData so that other frameworks can contribute to their journal. |
Class | Description |
---|---|
AuditLog |
Inserts entries into the security log of the system.
|
AuditLogController |
Provides an admin GUI to display
audit log entries . |
AuditLogEntry |
Stores security relevant events as "audit logs".
|
CleanupProtocolsTask |
Removes old protocol and journal entries.
|
FlushIncidentsCommand |
Deletes all incidents older than N days.
|
FlushLogsCommand |
Deletes all logs older than N days.
|
IncidentController |
Provides a GUI for viewing incidents.
|
JournalController |
Provides a GUI for viewing the system journal recorded by
JournalData / JournalEntry . |
JournalData |
Provides a hook which records all changed fields into the system journal which can be embedded into other entities
or
mixins.
|
JournalEntry |
Records the changes recorded by a
JournalData . |
LogController |
Provides a GUI for viewing system logs.
|
LoggedMessage |
Stores a log message created via a
Log instance. |
MailController |
Provides a GUI for viewing system logs.
|
MailProtocol |
Stores a copy of a mail sent by the system.
|
Protocols |
Adapter which records all log entries and incidents and mails into the appropriate database entities.
|
StoredIncident |
Stores an exception along with some context.
|
TraceData |
Provides tracing information which can be embedded into other entities or mixins.
|
Annotation Type | Description |
---|---|
NoJournal |
Marks a field as non traced.
|
Copyright © 2018. All rights reserved.