company logo

Message output

In order to trace OSI context functions, one may write trace messages to the standard output control (SystemClass::Message()). The function writes messages to the standard output, which is the console, when the application has been started as console application or the standard output area in GUI applications set by calling the ProjectContext::outputContext() function.

Notes:

The output area will be redirected to system output (console), when the option CONSOLE_APPLICATON=YES has been defined.