![]() |
• System Utilities | ||||||||||||||
|
API Links
Developer Links
|
Engine::ReportDefined in:
Reports a text message to the engine.
C4Engine.hPrototype
Parameters
Description
The Report function reports the text message pointed to by the text parameter to the engine. This has the effect of invoking the report procedures for any instances of the Reporter class that have been installed using the Engine::InstallReporter function.The flags parameter specifies options that may be considered by any of the installed reporters. This parameter can be a combination (through logical OR) of the following values.
kReportLog flag set. The console window installs a reporter that displays all messages that do not have the kReportLog flag set.
See Also
|