AW: Dynamically change log levels confined to ThreadContext

2015-02-12 Thread Dominik Psenner
, Dominik Von: Christopher Landry [mailto:clan...@igloosoftware.com] Gesendet: Donnerstag, 12. Februar 2015 21:01 An: log4net-user@logging.apache.org Betreff: Dynamically change log levels confined to ThreadContext I have a web app, and I'm trying to allow users to set the logging leve

Dynamically change log levels confined to ThreadContext

2015-02-12 Thread Christopher Landry
I have a web app, and I'm trying to allow users to set the logging level via a query parameter. Got this working pretty easily. The issue is that it doesn't just change the logging level for that request, it's changed for all requests that come in during the life cycle of that request - since I