Procedural event handler for OnReportBeginGen/OnReportEndGen event.
Unit
Syntax
ParametersACustom [in, optional] Custom user data parameter. It's the same pointer as it was passed to RegisterEvent-function.
AExceptionInfo [in] Information about exception.
ALogBuilder [in] Log builder class.
ACallNextHandler [out] True (default) - call next registered event handler, False - do not call next event handler.
RemarksThis event is called before creating bug report. You can use this event to intercept creation of bug reports. The same event handler type is used for both OnReportBegtinGen and OnReportEndGen events.
ALogBuilder is TBaseLogBuilder instance. You need to use type cast.
See also
|