Wakane
11-11-2002, 07:42 PM
Hi, All!
I always use the debug object. Something like
Debug.Print "Variable a is now" + a
or something like that.
When I deploy the app, I'd like to redirect this debug into a log file instead. Is there any way I can do that directly or at least with minimal effort. Or do I have to create my own class/methods in order to do that?
I always use the debug object. Something like
Debug.Print "Variable a is now" + a
or something like that.
When I deploy the app, I'd like to redirect this debug into a log file instead. Is there any way I can do that directly or at least with minimal effort. Or do I have to create my own class/methods in order to do that?