It is a ThreadLocalAppender that allows you to register (and de-register) other appenders on a per thread basis.
One place where I use it is in a servlet container we log each servlet request to it's own appender and if the servlet bombs we write all the log events to a unique file. This makes tracking specific errors on high usage servers much easier.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]