JVCL Help:TJvDebugHandler.ExceptionLogging

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies whether exception logging is enabled.


Pascal

 propertyExceptionLogging: Boolean;


Description

True will send exception info to logfile and/or any other viewer as set in the "OnOtherDestination" event. In other words, this turns the component on and off. Note: This is NOT the same as loading/unloading the component! It provides a means by which an option could be set at runtime that will activate it.
A good example would be in the case of an unexplained error on a users machine, The user could be instructed to turn this on via a menu item, then send the resulting log file back to you for analysis.


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page