![]() |
Public API Reference |
![]() |
Implement this interface if you're interested in hearing about new messages on the reporter. More...
#include <ivaria/reporter.h>
Public Member Functions | |
THREADED_INTERFACE4 (Report, iReporter *reporter, int severity, const char *msgId, const char *description) | |
Something has been reported. |
Implement this interface if you're interested in hearing about new messages on the reporter.
Main creators of instances implementing this interface:
Main users of this interface:
Definition at line 86 of file reporter.h.
iReporterListener::THREADED_INTERFACE4 | ( | Report | , |
iReporter * | reporter, | ||
int | severity, | ||
const char * | msgId, | ||
const char * | description | ||
) |
Something has been reported.
If this function returns true then the report is considered handled and the reporter will not add it anymore.