Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdAuditInfo::setPrintDest Method
Syntax
C++
void setPrintDest(PrintDest printDest);

Sets the destination for log printing.

Parameters
Description
printDest
[in] Print destination.

printDest must be one of the following: 

 

Name
Value
Description
kSilent
0
None.
kCmdLine
1
Command line.
kFile
2
File.
kBoth
3
Both command line and file.
Copyright © 2002-2022. Open Design Alliance All rights reserved.