[2/2] logging-log4j2 git commit: Merge branch 'reusable_event_format_string' of https://github.com/cakofony/logging-log4j2

2018-02-26 Thread rpopma
Merge branch 'reusable_event_format_string' of https://github.com/cakofony/logging-log4j2 Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/4c587de3 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/

[1/2] logging-log4j2 git commit: LOG4J2-2252 Reusable LogEvents should pass along the original format string

2018-02-26 Thread rpopma
Repository: logging-log4j2 Updated Branches: refs/heads/master 33fe01a2a -> 4c587de33 LOG4J2-2252 Reusable LogEvents should pass along the original format string This allows custom layouts to group logged messages parameterized values without creating new single-use messages for each event. T

[2/3] logging-log4j2 git commit: LOG4J2-2253 Reusable messages missing a garbage free parameter accessor: Merge branch 'message_parameter_for_each' of https://github.com/cakofony/logging-log4j2

2018-02-26 Thread rpopma
LOG4J2-2253 Reusable messages missing a garbage free parameter accessor: Merge branch 'message_parameter_for_each' of https://github.com/cakofony/logging-log4j2 Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/comm

[1/3] logging-log4j2 git commit: LOG4J2-2253 Added ParameterVisitableMessage.forEachParameter

2018-02-26 Thread rpopma
Repository: logging-log4j2 Updated Branches: refs/heads/master 4c587de33 -> 7060cc307 LOG4J2-2253 Added ParameterVisitableMessage.forEachParameter This method allows us to iterate over parameters in a ParameterVisitableMessage without array creation. Project: http://git-wip-us.apache.org/rep

[3/3] logging-log4j2 git commit: LOG4J2-2253 renamed ParameterVisitableMessage to ParameterVisitable

2018-02-26 Thread rpopma
LOG4J2-2253 renamed ParameterVisitableMessage to ParameterVisitable Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/7060cc30 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/7060cc30 Diff: htt

[4/4] logging-log4j2 git commit: LOG4J2-2253 (change log) Add API to enable iterating over message parameters without creating temporary objects

2018-02-26 Thread rpopma
LOG4J2-2253 (change log) Add API to enable iterating over message parameters without creating temporary objects Closes #150 Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/73306cd0 Tree: http://git-wip-us.a

[3/4] logging-log4j2 git commit: fix typo

2018-02-26 Thread rpopma
fix typo Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/d19496f0 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/d19496f0 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/d19

[1/4] logging-log4j2 git commit: LOG4J2-2253 Added ParameterVisitableMessage.forEachParameter

2018-02-26 Thread rpopma
Repository: logging-log4j2 Updated Branches: refs/heads/release-2.x ed9c83ed0 -> 73306cd08 LOG4J2-2253 Added ParameterVisitableMessage.forEachParameter This method allows us to iterate over parameters in a ParameterVisitableMessage without array creation. (cherry picked from commit 41648df)

[2/4] logging-log4j2 git commit: LOG4J2-2253 renamed ParameterVisitableMessage to ParameterVisitable

2018-02-26 Thread rpopma
LOG4J2-2253 renamed ParameterVisitableMessage to ParameterVisitable (cherry picked from commit 7060cc3) Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/d3c95b10 Tree: http://git-wip-us.apache.org/repos/asf/l

[1/2] logging-log4j2 git commit: fix typo

2018-02-26 Thread rpopma
Repository: logging-log4j2 Updated Branches: refs/heads/master 7060cc307 -> b712cb7b4 fix typo (cherry picked from commit d19496f) Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/0bc29cc3 Tree: http://gi

[2/2] logging-log4j2 git commit: LOG4J2-2253 (change log) Add API to enable iterating over message parameters without creating temporary objects

2018-02-26 Thread rpopma
LOG4J2-2253 (change log) Add API to enable iterating over message parameters without creating temporary objects Closes #150 (cherry picked from commit 73306cd) Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/comm

[2/2] logging-log4j2 git commit: LOG4J2-2252 (change log) Reusable LogEvents now pass the original format string to downstream components like layouts and filters.

2018-02-26 Thread rpopma
LOG4J2-2252 (change log) Reusable LogEvents now pass the original format string to downstream components like layouts and filters. Closes #154 Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/e4d9b0d6 Tree:

[1/2] logging-log4j2 git commit: LOG4J2-2252 Reusable LogEvents should pass along the original format string

2018-02-26 Thread rpopma
Repository: logging-log4j2 Updated Branches: refs/heads/release-2.x 73306cd08 -> e4d9b0d65 LOG4J2-2252 Reusable LogEvents should pass along the original format string This allows custom layouts to group logged messages parameterized values without creating new single-use messages for each even

logging-log4j2 git commit: LOG4J2-2252 (change log) Reusable LogEvents now pass the original format string to downstream components like layouts and filters.

2018-02-26 Thread rpopma
Repository: logging-log4j2 Updated Branches: refs/heads/master b712cb7b4 -> 5b5bd9120 LOG4J2-2252 (change log) Reusable LogEvents now pass the original format string to downstream components like layouts and filters. Closes #148 (cherry picked from commit e4d9b0d) Project: http://git-wip-u

[1/2] logging-log4j2 git commit: Fix typo in documentation

2018-02-26 Thread rpopma
Repository: logging-log4j2 Updated Branches: refs/heads/master 5b5bd9120 -> aaaba79a6 Fix typo in documentation Hello, found while updating a legacy project from log4j1 to log4j2, and reading the docs (which are great, by the way, a life saver. Thanks!) Project: http://git-wip-us.apache.org/

[2/2] logging-log4j2 git commit: LOG4J2-2273 Documentation fix

2018-02-26 Thread rpopma
LOG4J2-2273 Documentation fix Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/aaaba79a Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/aaaba79a Diff: http://git-wip-us.apache.org/repos/asf/lo

[2/2] logging-log4j2 git commit: LOG4J2-2273 (change log) Fix typo in documentation for custom configuration

2018-02-26 Thread rpopma
LOG4J2-2273 (change log) Fix typo in documentation for custom configuration Closes #155 Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/326d0631 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tr

[1/2] logging-log4j2 git commit: LOG4J2-2273 Fix typo in documentation for custom configuration

2018-02-26 Thread rpopma
Repository: logging-log4j2 Updated Branches: refs/heads/release-2.x e4d9b0d65 -> 326d06319 LOG4J2-2273 Fix typo in documentation for custom configuration Closes #155 (cherry picked from commit c8261a5) Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wi