Root > Reference > All Functions > BuildBugReport

Function BuildBugReport

Previous pageReturn to chapter overviewNext page   

Builds bug report from exception information.

 

Unit

ELogBuilder

 

Syntax

 

Code (Delphi)

function BuildBugReport(

const AExceptionInfo: TEurekaExceptionInfo;

const ALogBuilderClass: TBaseLogBuilderClass = nil

): String;

 

Parameters

AExceptionInfo [in]

Information about exception to build bug report.

 

ALogBuilderClass [in, optional]

Specifies the class to build bug report. Default is nil - which means using the class specified in the LogBuilderClass variable.

 

Return value

Textual representation of bug report. Exact value depends on used log builder class. Default log builder class is TLogBuilder. Builder class can be changed either via the ALogBuilderClass argument or via the LogBuilderClass global variable.

 

Remarks

This function builds bug report for the specified exception information by using the default or the specified log builder class. This function can be used to re-create bug reports or create bug reports on demand.

Note

Please note that normally you don't have to call this function to get bug report for exceptions caught by EurekaLog as you can access exception's bug report at any time via TBaseDialog.BugReport property.

 

 

See also

TBaseDialog.BugReport property



Send feedback... Build date: 2023-09-11
Last edited: 2023-09-11
PRIVACY STATEMENT
The documentation team uses the feedback submitted to improve the EurekaLog documentation. We do not use your e-mail address for any other purpose. We will remove your e-mail address from our system after the issue you are reporting has been resolved. While we are working to resolve this issue, we may send you an e-mail message to request more information about your feedback. After the issues have been addressed, we may send you an email message to let you know that your feedback has been addressed.


Permanent link to this article: https://www.eurekalog.com/help/eurekalog/topic_function_elogbuilder_buildbugreport.php