Leo Simons wrote:
>
> eh? You mean you want to put trace() statements in your code for the
> lack of a good debugger?
>
> -1. Get a good debugger, I'd say. Tracing is a separate concern from
> logging.
Good point.
I think that many projects use logging while instead they are doing tracing.
FOP uses avalon logging, but it's just a way of tracing AFAIK.
I made POI use commons-logging, but it came clear now that it's not
correct; it has been a PITA to have a package like POI have a dependency
on logging, so I just made my fast tracing classes that can goto null,
system.out or commons-logging, but don't need the package.
Shall we put a simple tracing package?
--
Nicola Ken Barozzi [EMAIL PROTECTED]
- verba volant, scripta manent -
(discussions get forgotten, just code remains)
---------------------------------------------------------------------
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>