Repository: logging-log4j2 Updated Branches: refs/heads/master 6edb6123e -> a2ae375c6
Fix typo Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/a2ae375c Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a2ae375c Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/a2ae375c Branch: refs/heads/master Commit: a2ae375c61099f12ab94d2ad79ee6a71f7030de9 Parents: 6edb612 Author: Mikael Ståldal <[email protected]> Authored: Tue Jun 21 13:45:36 2016 +0200 Committer: Mikael Ståldal <[email protected]> Committed: Tue Jun 21 13:45:36 2016 +0200 ---------------------------------------------------------------------- src/site/xdoc/manual/extending.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a2ae375c/src/site/xdoc/manual/extending.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/manual/extending.xml b/src/site/xdoc/manual/extending.xml index 0f98e60..9708e9e 100644 --- a/src/site/xdoc/manual/extending.xml +++ b/src/site/xdoc/manual/extending.xml @@ -334,7 +334,7 @@ public final class StubAppender extends OutputStreamAppender { </p> <p> Every Layout must declare itself as a plugin using the Plugin annotation. The type must be "Core", - and the elementType must be "Layout". printObject should be set to true if the plugin's toString + and the elementType must be "layout". printObject should be set to true if the plugin's toString method will provide a representation of the object and its parameters. The name of the plugin must match the value users should use to specify it as an element in their Appender configuration. The plugin also must provide a static method annotated as a PluginFactory and with each of the
