L
Lars Brownies
I have a sub which calls function A. Function A is also used in other
subs/functions throughout the database. When an error occurs in function A
it is logged in a text file. In this file I can only see that a certain
error has occured in function A. I can't see which sub/function called
function A. Is there some kind of FunctionCaller parameter I can call or
should I add a parameter to function A and pass on the calling sub/function?
Or can you advice something else?
Thanks,
Lars
subs/functions throughout the database. When an error occurs in function A
it is logged in a text file. In this file I can only see that a certain
error has occured in function A. I can't see which sub/function called
function A. Is there some kind of FunctionCaller parameter I can call or
should I add a parameter to function A and pass on the calling sub/function?
Or can you advice something else?
Thanks,
Lars