Hi,
I want to print out debug message with the acutal line number of the
source file, such as:
789 Logger.debug("hello, world!", 789);
But when the source is changed, the line of debugging print moves upper
or lower, is there any better way I can have the logger automatically
trace the line number for me? Thx!
Roedy Green - 19 Dec 2005 02:17 GMT
>I want to print out debug message with the acutal line number of the
>source file, such as:
[quoted text clipped - 3 lines]
>or lower, is there any better way I can have the logger automatically
>trace the line number for me? Thx!
see my code for imAt
http://mindprod.com/jgloss/trace.html

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
moop - 19 Dec 2005 06:14 GMT