Involved program..logging being used.
At key points, I invoke...
logger("sample text"+Str(whatever_var%))
logger then appends recieved data to a logfile....
Of course logger also uses tickcount() to track program run time....time is added to each line..I'd also like to have it add the Sub or Form that called it. (Rather than manually enter the data with each call.)
Anybody know a way/method to help me out here??
2007-03-11
15:11:56
·
1 answers
·
asked by
Sumdawgy
3
in
Computers & Internet
➔ Programming & Design
Yes..but,that coders website only lists stack samples and tutorials... Not a way to get the actual stack data used by the EXE. If i needed to push my own stack info then I could just hardcode the info into the logger statement....as I really only need topmost item of stack.
There ought to be an API method for looking at the stack....Sigh...still not found it.
2007-03-12
03:08:12 ·
update #1