You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by MakarovS <gi...@git.apache.org> on 2018/11/04 20:03:32 UTC

[GitHub] logging-log4j2 pull request #237: (doc) fix method name in configuration doc

GitHub user MakarovS opened a pull request:

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

    (doc) fix method name in configuration doc

    Configuration doc uses the wrong method name `LoggerContextRule#getContext`, which was changed in https://github.com/apache/logging-log4j2/commit/9152a8201a47b4ac2f16488d2f25a0ee895ac8e5 to `LoggerContextRule#getLoggerContext`

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

    $ git pull https://github.com/MakarovS/logging-log4j2 fix_method_name_in_documentation

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

    https://github.com/apache/logging-log4j2/pull/237.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 #237
    
----
commit 91c4fcf32df9bb5bff906fdfcc95b0707db26ec1
Author: Sergei <se...@...>
Date:   2018-11-04T19:57:38Z

    (doc) fix method name in configuration doc

----


---