This ALib Module is very small and might undergo some changes in the future development of the library.
Please consult ALib Module Results - Programmer's Manual for further information.
◆ Exceptions
◆ debugReportPlugin()
This method is installed with DBG_SIMPLE_ALIB_MSG_PLUGIN in method Module::bootstrap.
The message strings are simply passed to the default Report. This way, the essential assert, error and message macros are using the ALib report system in the moment that the complete ALib library is in place (instead of only one of the library's modules.
- Parameters
-
file | Information about the scope of invocation. |
line | Information about the scope of invocation. |
method | Information about the scope of invocation. |
type | The type of message. See Message. |
topic | The topic of message. |
qtyMsgs | The number of messages in msgs. |
msgs | A list of strings (this is all that the essential versions of ALib reporting macros provide). |
Definition at line 72 of file results.cpp.