[GitHub] logging-log4j2 pull request #132: ParameterFormatter.deepToString checks mor...

2017-11-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/logging-log4j2/pull/132


---


[GitHub] logging-log4j2 pull request #132: ParameterFormatter.deepToString checks mor...

2017-11-15 Thread cakofony
GitHub user cakofony opened a pull request:

https://github.com/apache/logging-log4j2/pull/132

ParameterFormatter.deepToString checks more special types

This change allows us to avoid StringBuilder usage for primitives.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/cakofony/logging-log4j2 
parameter_formatter_deep_to_string

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/logging-log4j2/pull/132.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #132


commit af608f5c29c573a0c8ac4fd4083b3235e092904c
Author: Carter Kozak 
Date:   2017-11-15T16:54:05Z

ParameterFormatter.deepToString checks more special types

This change allows us to avoid StringBuilder usage for primitives.




---