API Reference > OdDb Classes > OdAuditInfo Class > OdAuditInfo Methods > OdAuditInfo::setPrintDest Method
OdAuditInfo::setPrintDest Method
Syntax
C++
void setPrintDest(PrintDest printDest);
Parameters 
Description 
PrintDest printDest 
[in] Print destination. 

Sets the destination for log printing.

printDest must be one of the following: 

 

Name 
Value 
Description 
kSilent 
None. 
kCmdLine 
Command line. 
kFile 
File. 
kBoth 
Both command line and file. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.