Add Filter to a Logger

2015-01-29 Thread Blaine Bergeson (bbergeson)
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

RE: Programmatically loading of the configuration file

2015-01-29 Thread Blaine Bergeson (bbergeson)
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