Specifies if bug report was created or not.
Unit
ELogBuilder
Syntax
Code (Delphi)
|
protected
FBuilded: Boolean;
|
Value
True: bug report was created, TBaseLogBuilder.Report property will return cached created bug report from internal field. False: bug report was not created, TBaseLogBuilder.Report property will generate new report and cache it into internal field.
Remarks
This flag is used by caching. Bug report is not created each time TBaseLogBuilder.Report property is accessed for performance reasons. If you want to explicitly regenerate bug report (for example, to reflect latest changes in exception information or environment) - use TBaseLogBuilder.Refresh method.
Note
|
Caching is performed automatically. You don't need to do anything special in TBaseLogBuilder.BuildReport method. TBaseLogBuilder class will automatically cache bug report for later use.
|
See also
Send feedback...
|
Build date: 2024-09-30
Last edited: 2024-09-30
|
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_field_elogbuilder_tbaselogbuilder_fbuilded.php
|
|