We seem to be using similiar rules for our levels. It is not uncommon
for a statement to jump around between a couple different levels until
we decide the best place to put it.

DEBUG
lots of information; exception optional

INFO
generally one line messages without exceptions to show progress of
application

WARN
usually occurs when a caught exception occurs and the system is able to
recover; include exception

ERROR
unexpected exceptions; include exception

FATAL
really bad; may be reservered for startup; include exception

OFF
no logging;

- Ron

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to