[jira] [Commented] (LOG4J2-599) Support lambda functions (or similar) for log message parameters

2014-04-08 Thread Nick Williams (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13963807#comment-13963807 ] Nick Williams commented on LOG4J2-599: -- I've been thinking about this a lot. We would

Re: How to proceed on LoggerStream API

2014-04-08 Thread Ralph Goers
I would recommend pulling it out and moving it to its own module on a separate branch until we are happy with it. Do you have the stack tests so I can run them? Ralph > On Apr 8, 2014, at 5:39 PM, Bruce Brouwer wrote: > > I would like to finish up LOG4J2-547, but I had some questions that are

[jira] [Commented] (LOG4J2-599) Support lambda functions (or similar) for log message parameters

2014-04-08 Thread Bruce Brouwer (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13963718#comment-13963718 ] Bruce Brouwer commented on LOG4J2-599: -- I was wondering when somebody was going to su

How to proceed on LoggerStream API

2014-04-08 Thread Bruce Brouwer
I would like to finish up LOG4J2-547, but I had some questions that are on the JIRA that I would like to get answered. I'll summarize them here: 1) Should the Logger streams be put in its own module? * If we do this, it will make testing easier as I could pull in log4j-core (as a test dependen

[jira] [Commented] (LOG4J2-599) Support lambda functions (or similar) for log message parameters

2014-04-08 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13963648#comment-13963648 ] Gary Gregory commented on LOG4J2-599: - A Runnable? How would it call on a Logger? I c

[jira] [Created] (LOG4J2-599) Support lambda functions (or similar) for log message parameters

2014-04-08 Thread Matt Sicker (JIRA)
Matt Sicker created LOG4J2-599: -- Summary: Support lambda functions (or similar) for log message parameters Key: LOG4J2-599 URL: https://issues.apache.org/jira/browse/LOG4J2-599 Project: Log4j 2

[jira] [Commented] (LOG4J2-594) LOG4G Configuration file is not loading At time of App server start when log4j not in classpath

2014-04-08 Thread Matt Sicker (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13963558#comment-13963558 ] Matt Sicker commented on LOG4J2-594: I'm going to go out on a limb and guess this migh

We've got some new interest thanks to ApacheCon!

2014-04-08 Thread Matt Sicker
I've spoken with about three people so far who are quite experienced with OSGi, so we'll be getting some advice (and possibly code) sometime soon. It sounds like Tomcat might be interested in replacing their ad hoc logging system with Log4j 2, so that would be really neat! Same goes for Karaf, and

[jira] [Commented] (LOG4J2-598) Support more data types in plugin attributes

2014-04-08 Thread Matt Sicker (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13963126#comment-13963126 ] Matt Sicker commented on LOG4J2-598: It would be more like a plugin builder. Essential

[jira] [Commented] (LOG4J2-598) Support more data types in plugin attributes

2014-04-08 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13963125#comment-13963125 ] Gary Gregory commented on LOG4J2-598: - Yes, having immutable objects is better IMO. >

[jira] [Commented] (LOG4J2-598) Support more data types in plugin attributes

2014-04-08 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13963121#comment-13963121 ] Ralph Goers commented on LOG4J2-598: Injected into what? Today they are all passed as

[jira] [Commented] (LOG4J2-598) Support more data types in plugin attributes

2014-04-08 Thread Matt Sicker (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13963118#comment-13963118 ] Matt Sicker commented on LOG4J2-598: Something I think would be neat later on would be

Re: Little help on reading and understanding the log4j2 source.

2014-04-08 Thread Nishantha Pradeep
Thanks guys I am writing samples and using a debugger to understand the code flow. -Thanks Nishantha On Tue, Apr 8, 2014 at 7:51 PM, Matt Sicker wrote: > Spring is used in some web container tests (eg for a mock JNDI context). > The other property might actually just be unused at the moment.

Re: Little help on reading and understanding the log4j2 source.

2014-04-08 Thread Matt Sicker
Spring is used in some web container tests (eg for a mock JNDI context). The other property might actually just be unused at the moment. On Tuesday, 8 April 2014, Nishantha Pradeep wrote: > Came across another clarifications > > 1) log4j2.component.properties is mentioned in the code but I was n

[jira] [Commented] (LOG4J2-578) JMX Memory Leak in Servlet Container

2014-04-08 Thread Scott (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13963006#comment-13963006 ] Scott commented on LOG4J2-578: -- Here is the results from the ServletContext after spring has

[jira] [Commented] (LOG4J2-578) JMX Memory Leak in Servlet Container

2014-04-08 Thread Scott (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13962943#comment-13962943 ] Scott commented on LOG4J2-578: -- Tomcat 7.0.52. The servlet version was at 2.4 as you indicat

[jira] [Commented] (LOG4J2-594) LOG4G Configuration file is not loading At time of App server start when log4j not in classpath

2014-04-08 Thread M Faisal (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13962779#comment-13962779 ] M Faisal commented on LOG4J2-594: - Both logger don't match the expected configuration and

NDN:

2014-04-08 Thread Internet
Sorry. Your message could not be delivered to: internet,PackerCollegiate (The name was not found at the remote site. Check that the name has been entered correctly.)

Re: Little help on reading and understanding the log4j2 source.

2014-04-08 Thread Nishantha Pradeep
Came across another clarifications 1) log4j2.component.properties is mentioned in the code but I was not able to find such file in code base. Is it something supposed to be configured by end users ? 2) I have seen spring dependencies and what sort of functionality has spring been used for ? -Than

JDK 9 build 06 is available on java.net

2014-04-08 Thread Rory O'Donnell Oracle, Dublin Ireland
Hi Nick, JDK 9 Build 06 Early Access Build is now available for download & test. Rgds, Rory -- Rgds,Rory O'Donnell Quality Engineering Manager Oracle EMEA , Dublin, Ireland