Repository: logging-log4j2 Updated Branches: refs/heads/master f2d56bee1 -> ef8e9e09a
Style nit. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/ef8e9e09 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/ef8e9e09 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/ef8e9e09 Branch: refs/heads/master Commit: ef8e9e09af83b9239be3a2e4a290484be55b26a3 Parents: f2d56be Author: Gary Gregory <[email protected]> Authored: Tue May 2 13:17:39 2017 -0700 Committer: Gary Gregory <[email protected]> Committed: Tue May 2 13:17:39 2017 -0700 ---------------------------------------------------------------------- src/site/xdoc/manual/api.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/ef8e9e09/src/site/xdoc/manual/api.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/manual/api.xml b/src/site/xdoc/manual/api.xml index 5ecfa45..84d7b51 100644 --- a/src/site/xdoc/manual/api.xml +++ b/src/site/xdoc/manual/api.xml @@ -138,7 +138,7 @@ logger.trace("Some long-running operation returned {}", () -> expensiv <h4>Logger Names</h4> <p> Most logging implementations use a hierarchical scheme for matching logger names with logging - configuration. In this scheme the logger name hierarchy is represented by <code>'.'</code> characters + configuration. In this scheme, the logger name hierarchy is represented by <code>'.'</code> characters in the logger name, in a fashion very similar to the hierarchy used for Java package names. For example, <code>org.apache.logging.appender</code> and <code>org.apache.logging.filter</code> both have <code>org.apache.logging</code> as their parent. In most cases, applications name their loggers by
