Re: [jira] [Commented] (LOG4J2-41) Extensible Log Level

2013-03-27 Thread Ralph Goers
I am not in favor of adding 9 or 10 new sets of methods to the Logger interface. Ralph On Mar 26, 2013, at 11:10 AM, Gary Gregory wrote: Hm, I can see having an API that let's in custom int levels would satisfy some cases. But why not consider adding more built-in levels? See the thread on

Re: [jira] [Commented] (LOG4J2-41) Extensible Log Level

2013-03-27 Thread Gary Gregory
I think we can discuss both issues separately: (1) more level and (2) how they show up in the API. (1) Let's discuss the merits how more log levels. Should we go the Apache HTTPD route? version 2.2? 2.4? (2) Then let's discuss if and how they should show up in the API. v2 is the best time to

Re: Log4j 2 Taglib

2013-03-27 Thread Nick Williams
I now have an ICLA on file with the ASF Secretary under this email address. Nick On Mar 26, 2013, at 5:31 PM, Ralph Goers wrote: Yes, unfortunately. The unit tests cause lots of exceptions to test error cases and in many cases suppressing the exception messages is difficult. Ralph On

Re: [jira] [Commented] (LOG4J2-41) Extensible Log Level

2013-03-27 Thread Nick Williams
On Mar 27, 2013, at 9:36 AM, Gary Gregory wrote: I think we can discuss both issues separately: (1) more level and (2) how they show up in the API. (1) Let's discuss the merits how more log levels. Should we go the Apache HTTPD route? version 2.2? 2.4? (2) Then let's discuss if and

Re: [jira] [Commented] (LOG4J2-41) Extensible Log Level

2013-03-27 Thread Jacob Kjome
My $0.02... It seems to me that the only immediate decision that needs to be made is what the Level class should consist of.  Should it be a straight-up enum or Nick's extensible enum? Given that Nick's extensible enum allows for so much more flexibility/extensibility, it also seems to me

Re: [jira] [Commented] (LOG4J2-41) Extensible Log Level

2013-03-27 Thread Noel Grandin
On 2013-03-27 16:36, Gary Gregory wrote: I think we can discuss both issues separately: (1) more level and (2) how they show up in the API. (1) Let's discuss the merits how more log levels. Should we go the Apache HTTPD route? version 2.2? 2.4? My 2c is that the people requiring more levels

[jira] [Created] (LOG4J2-185) Howto individually configure logging for separate instances of a webapp (war file)?

2013-03-27 Thread Alexander Horz (JIRA)
Alexander Horz created LOG4J2-185: - Summary: Howto individually configure logging for separate instances of a webapp (war file)? Key: LOG4J2-185 URL: https://issues.apache.org/jira/browse/LOG4J2-185

[jira] [Commented] (LOG4J2-185) Howto individually configure logging for separate instances of a webapp (war file)?

2013-03-27 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13615557#comment-13615557 ] Ralph Goers commented on LOG4J2-185: Please see -

Re: [jira] [Commented] (LOG4J2-41) Extensible Log Level

2013-03-27 Thread ceki
On 27.03.2013 16:55, Noel Grandin wrote: On 2013-03-27 16:36, Gary Gregory wrote: I think we can discuss both issues separately: (1) more level and (2) how they show up in the API. (1) Let's discuss the merits how more log levels. Should we go the Apache HTTPD route? version 2.2? 2.4? My 2c

[jira] [Commented] (LOG4J2-169) LogManager.getLogger doesn't work

2013-03-27 Thread Jed Wesley-Smith (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13615907#comment-13615907 ] Jed Wesley-Smith commented on LOG4J2-169: - Anything in particular holding up a