Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Why isn't LogErrors working
#1
I am trying to use as error log:

Quote: Insert this at the beginning of each macro that needs error logging:
atend LogErrors

And create function LogErrors:
if(_error.source) ;;macro ended due to an error
str macroname.getmacro(getopt(itemid 3) 1)
str functionname.getmacro(_error.iid 1)
str s.format("Macro %s ended due to an error in %s.[]Error description: %s[]Error line: %s[]" macroname functionname _error.description _error.line)
LogFile s 1

it seems like the atend part is not working. ie it is erroring out and never getting to the LogErrors
S


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)