API Reference > Classes > PRC Files, Structures and Assemblies > OdPrcAuditInfo Class
OdPrcAuditInfo Class
OdPrcAuditInfo
Syntax
C++
class OdPrcAuditInfo : public OdRxObject;

PrcAuditInfo.h

 

Class implements base functionality for working with audit log files.

 
Name 
Description 
 
Destroys the audit information object. 
 
Name 
Description 
 
Retrieves the current value of the recovery flag. The recovery flag determines whether errors should be fixed during the audit process (the flag value is equal to true) or not (the flag value is equal to false).
 
 
Notification method, which should be called to print error information. Prints log information about an error detected or fixed during an audit.
 
 
Adds error information to a log file.  
 
Sets a new value of the recovery flag. The recovery flag determines whether errors should be fixed during the audit process (the flag value is equal to true) or not (the flag value is equal to false).
 
Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.