How to implement Trace best
From: Thorsten Tarrach (tho_public_at_gmx.de)
Date: 02/26/04
- Next message: Joris VI: "Internet explorer"
- Previous message: Koert: "Datetime picker selection"
- Next in thread: Phil Wilson: "Re: How to implement Trace best"
- Reply: Phil Wilson: "Re: How to implement Trace best"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 26 Feb 2004 19:35:19 +0100
Hallo,
The best thing would be to implement a trace call in every procedure to
write an entry in the log file:
If MySwitch.TraceVerbose() then trace.writeline("Procedure xyz started with
Parameters ...")
Unfortuantelly is this a lot of work.
Is there an easier way to implement a good tracing?
How is tracing done in professional applications?
Thanks, Thorsten
- Next message: Joris VI: "Internet explorer"
- Previous message: Koert: "Datetime picker selection"
- Next in thread: Phil Wilson: "Re: How to implement Trace best"
- Reply: Phil Wilson: "Re: How to implement Trace best"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|