You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by torbenmoeller <gi...@git.apache.org> on 2018/09/27 19:22:43 UTC

[GitHub] logging-log4j2 pull request #217: [LOG4J2-1571] Fixed Appenders section in E...

GitHub user torbenmoeller opened a pull request:

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

    [LOG4J2-1571] Fixed Appenders section in Extending Log4j

    In the example the class inherited from a class declared as final. The example was changed, so that the class inherits from AbstractOutputStreamAppender, like other Appenders in the code.

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

    $ git pull https://github.com/torbenmoeller/logging-log4j2 LOG4J2-1571

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

    https://github.com/apache/logging-log4j2/pull/217.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 #217
    
----
commit 71969ada4ae4f60d436bdc8de74390479b6b9942
Author: Torben Möller <to...@...>
Date:   2018-09-27T19:14:41Z

    [LOG4J2-1571] Fixed Appenders section in Extending Log4j

----


---