> From: Richards, Etienne
>
> Last week I asked about writing information to the job log from Java.
Etienne, I'm not sure if there's a business reason why you chose to use the
job log, but there are some other very good options for logging. Currently,
I use the IBM JLog package (I got it from IBM's Alphaworks). It allows you
to log all different kinds of information, log it to a console, to a file,
or even to your own logging method, turn it on and off programmatically, and
so on. It's been great for me.
Joe