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 <torben.moeller@...>
Date: 2018-09-27T19:14:41Z
[LOG4J2-1571] Fixed Appenders section in Extending Log4j
----
---