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

PrcAuditInfoImpl.h

 

Class implements functionality for working with audit log files.

 
Name 
Description 
 
Destroys the audit information object. 
OdPrcAuditInfoImpl Class
 
Name 
Description 
 
Destroys an audit info implementation 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).
 
OdPrcAuditInfoImpl Class
 
Name 
Description 
 
Clears a log file. 
 
Returns all error information from the audit log file as an OdStringArray object. 
 
Checks whether there is information about any errors in a log file.  
 
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.  
Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.