[jira] [Commented] (LOG4J2-1334) Garbage-free synchronous logging: add LogEventFactory that reuses a cached LogEvent

2016-04-17 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15245141#comment-15245141 ] Remko Popma commented on LOG4J2-1334: - Not sure if the LogEventFactory is the place t

[jira] [Updated] (LOG4J2-1334) Garbage-free synchronous logging: add LogEventFactory that reuses a cached LogEvent

2016-04-17 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma updated LOG4J2-1334: Summary: Garbage-free synchronous logging: add LogEventFactory that reuses a cached LogEvent (was:

[jira] [Commented] (LOG4J2-1297) Document "gc-free" configuration and performance

2016-04-17 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15245018#comment-15245018 ] Remko Popma commented on LOG4J2-1297: - TODO allocate many temporary objects -> alloca

Re: logging-log4j2 git commit: Do not use our own deprecated code.

2016-04-17 Thread Gary Gregory
Yes, good catch. TY! Gary On Sun, Apr 17, 2016 at 4:53 PM, Matt Sicker wrote: > Wait I'm confused, aren't you supposed to use the return value from > traceEntry() inside traceExit()? > > On 17 April 2016 at 18:52, wrote: > >> Repository: logging-log4j2 >> Updated Branches: >> refs/heads/mast

Re: logging-log4j2 git commit: Do not use our own deprecated code.

2016-04-17 Thread Matt Sicker
Wait I'm confused, aren't you supposed to use the return value from traceEntry() inside traceExit()? On 17 April 2016 at 18:52, wrote: > Repository: logging-log4j2 > Updated Branches: > refs/heads/master f30bd69f8 -> 5f692411a > > > Do not use our own deprecated code. > > Project: http://git-w

[jira] [Resolved] (LOG4J2-1362) Create a YAML layout

2016-04-17 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory resolved LOG4J2-1362. -- Resolution: Fixed Fix Version/s: 2.6 In Git master. > Create a YAML layout > --

[jira] [Commented] (LOG4J2-1348) Add an AutoCloseable ThreadContext class: CloseableThreadContext

2016-04-17 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15244698#comment-15244698 ] Ralph Goers commented on LOG4J2-1348: - That's why I love open source - many eyes and

[jira] [Updated] (LOG4J2-1348) Add an AutoCloseable ThreadContext class: CloseableThreadContext

2016-04-17 Thread Greg Thomas (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Thomas updated LOG4J2-1348: Attachment: ctc-instance.patch Patch that implements the {{CloseableThreadContext.Instance ctc = C

[jira] [Commented] (LOG4J2-1348) Add an AutoCloseable ThreadContext class: CloseableThreadContext

2016-04-17 Thread Greg Thomas (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15244688#comment-15244688 ] Greg Thomas commented on LOG4J2-1348: - That sounds like a good idea (wish I'd though

[jira] [Commented] (LOG4J2-1334) Add LogEventFactory that reuses a cached LogEvent for garbage-free synchronous logging

2016-04-17 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15244659#comment-15244659 ] Remko Popma commented on LOG4J2-1334: - I made good progress on this ticket in the las