Re: programmatically setting level for many loggers not working for 2nd - Nth logger

2013-07-25 Thread Ralph Goers
I don't understand. You don't have any loggers configured named "VIDEO", "DLA" or "DEVICES". You do have appenders with those names. All those getLoggerConfig calls should end up returning the root loggerConfig. Ralph On Jul 25, 2013, at 2:36 PM, SMITH, CURTIS wrote: > Programmatical setti

programmatically setting level for many loggers not working for 2nd - Nth logger

2013-07-25 Thread SMITH, CURTIS
Programmatical setting of loggers only works for the first logger declared unfortunately. Further there's a missing API that allows me to get a list of loggers (or configurations) to walk and set level like get Category in v1. See my code below that has coupling between code and log4j2.xml O

Re: Log4j 1.2.17 creative features usage

2013-07-25 Thread Gary Gregory
Hello, I suggest you take a look at the log4j 2 beta and see how your work compares to version 2. Gary On Jul 25, 2013, at 5:54, Xiaotong ZHANG wrote: > Hello everybody, > > > > I’m the new in the mailing list J > > > > We have already developed our own matured log framework based on Log4j > 1

Log4j 1.2.17 creative features usage

2013-07-25 Thread Xiaotong ZHANG
Hello everybody, I’m the new in the mailing list J We have already developed our own matured log framework based on Log4j 1.2.17. Like a personalized log framework, it will be invoked by all the components of the whole platform. It fulfills most of basic features of Log4j, like: -

Re: Logging only particular users

2013-07-25 Thread Michael Wechner
Hi Curt Hi Nick Thanks very much for the pointer to "fish tagging" and the explanations accordingly. Best wishes Michael Am 24.07.13 16:53, schrieb Nick Williams: On Jul 24, 2013, at 9:35 AM, Michael Wechner wrote: Hi We are using log4j for many years now for our open source CMS www.yane