Jump to content

Recommended Posts

Posted
Hello Farshad, 
 
There is the possibility to include in the log line and the name of the form or class which generated the error? 
That would help a lot, because the current log have no reference from where is generating the error.

 

grateful

 

  • Upvote 1
  • 1 month later...
Posted

i use variable in MainModule

FModul : string;

 

in everyform i call this

FModul := Self.Name;

 

this is not good because if you open other window, old variable replaced, but maybe can help

maybe LogException add to new feature sender parent

×
×
  • Create New...