CFx SDK Documentation 2024 SP0
|
#include <DbAudit.h>
Additional Inherited Members | |
Public Types inherited from OdAuditInfo | |
enum | PrintDest { kSilent = 0 , kCmdLine = 1 , kFile = 2 , kBoth = 3 } |
This class tracks audit information during a database audit.
<group OdDb_Classes>
|
virtual |
Notification function called to print error information.
pObject | [in] Pointer to the object which generated the error. |
value | [in] Value of the bad data. |
validation | [in] Reason the data were bad. |
defaultValue | [in] Default value to which the were set. |
Reimplemented from OdAuditInfo.
|
virtual |
Notification function called to print error information.
name | [in] Type of erroneous data found. |
value | [in] Value of the bad data. |
validation | [in] Reason the data were bad. |
defaultValue | [in] Default value to which the were set. |
Reimplemented from OdAuditInfo.