[VOTE][RESULT] Move Log4net to dormant state

2020-04-01 Thread Ralph Goers
More than 72 hours has elapsed. There have been 7 +1 votes, 6 of which are binding. It may take me several days but I volunteer to complete the items on the list unless someone else beats me to it. Ralph

Re: design rationale

2020-04-01 Thread Ralph Goers
I would suggest that if a change were to be made it should follow the design Log4j 2 uses and separate the configuration from the Logger instances. The hierarchy in the configuration is likely to be much smaller than it is in the Logger instances. Ralph > On Apr 1, 2020, at 10:06 AM, Robert Mi

Re: design rationale

2020-04-01 Thread Robert Middleton
Note: I wasn't involved with the design of this at all, but some thoughts: Likely the reason this was done is because that's how log4j worked - the classes that you see in log4cxx map closely to log4j(1) classes. One of the problems involved with storing the level directly in the logger would be a