How does the DynamicThreshold filter work? I want to add a filter to the root
logger so that if I add a key to the thread context map it will override the
logger level and still pass it on? This will allow me to turn up logging on a
certain class or set of methods without having to change the
Stepping into the code it looks like all the classes inside a given module in
my NetBeans RCP app get placed in their own context. Can someone give me a
more detailed explanation of a Context and what it is based upon? I need to
understand why it is a different context for each module.
If I c