Defines audit log changes. More...
#include "auditlog.h"
Public Attributes | |
std::string | key |
The property name that was changed (e.g. More... | |
std::string | new_value |
Optional: Serialised new value of the change, e.g. More... | |
std::string | old_value |
Optional: Serialised old value of the change, e.g. More... | |
Defines audit log changes.
std::string dpp::audit_change::key |
The property name that was changed (e.g.
nick
for nickname changes).
std::string dpp::audit_change::new_value |
Optional: Serialised new value of the change, e.g.
for nicknames, the new nickname.
std::string dpp::audit_change::old_value |
Optional: Serialised old value of the change, e.g.
for nicknames, the old nickname.