You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by shawjef3 <gi...@git.apache.org> on 2018/02/24 03:43:26 UTC

[GitHub] logging-log4j2 pull request #152: exposes the location part of the Message t...

GitHub user shawjef3 opened a pull request:

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

    exposes the location part of the Message to loggers

    This exposes the location part of the Message to loggers, so that if the source location is known at compile time, it can be added to the log with no runtime cost. An example use is the scala loggers which are implemented with macros, and therefore have that information available at no cost to the developer, either.

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

    $ git pull https://github.com/shawjef3/logging-log4j2 message-location-release-2.x-squashed

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

    https://github.com/apache/logging-log4j2/pull/152.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 #152
    
----
commit 4f75053cdfe39614fc60ecc609f3658cdd4840db
Author: Jeff Shaw <sh...@...>
Date:   2018-02-24T03:41:44Z

    exposes the location part of the Message to loggers

----


---

[GitHub] logging-log4j2 issue #152: exposes the location part of the Message to logge...

Posted by lynda8spin <gi...@git.apache.org>.
Github user lynda8spin commented on the issue:

    https://github.com/apache/logging-log4j2/pull/152
  
    repository_explore_github_marketplace_ci_cta_shown


---