Server Log Messages

The generated code for a package contains an MBODebugLogger source and header file and an MBODebugSettings.h file. The MBODebugLogger class contains methods that enable printing of server message headers and message contents, database exceptions and SUPLogRecords written for each import.

The client application can turn on printing of the desired messages by modifying the MBODebugSettings.h. In the default configuration, setting "#define __DEBUG__" to true prints out the server message headers and database exception messages, but does not print the full contents of server messages.

Note: For more information, examine the MBOLogger.h and MBOLogInterface.h header files in the includes directory.