> *    Threshold - no idea what this does

Just like you can set the threshold for the hierarchy, and
loggers/categories to restrict events going any further down if it is not
that level or Higher, you can do the same thing for any appender (that
extend from AppenderSkeleton).  This is VERY handy for attaching separate
appenders to the same logger.  You have INFO level logs for a Logger going
to a file, but ERROR only going via SMTP to someone.

Ceki's book is excellent, I think everyone should have it in their toolbelt.

cheers,

Paul Smith

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

Reply via email to