Clarify logger names

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/commit/4e87e1f3
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/tree/4e87e1f3
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/diff/4e87e1f3

Branch: refs/heads/master
Commit: 4e87e1f3a333d457704908a7d20fbef3a399e304
Parents: 8ef7ea2
Author: Matt Sicker <[email protected]>
Authored: Sun Apr 1 13:43:17 2018 -0500
Committer: Matt Sicker <[email protected]>
Committed: Sun Apr 1 13:43:17 2018 -0500

----------------------------------------------------------------------
 src/asciidoctor/usage.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/4e87e1f3/src/asciidoctor/usage.adoc
----------------------------------------------------------------------
diff --git a/src/asciidoctor/usage.adoc b/src/asciidoctor/usage.adoc
index 528e999..6f60637 100644
--- a/src/asciidoctor/usage.adoc
+++ b/src/asciidoctor/usage.adoc
@@ -71,4 +71,4 @@ logger.debug(s"Logging in user ${user.getName} with birthday 
${user.calcBirthday
 
 Most logging implementations use a hierarchical scheme for matching logger 
names with logging configuration.
 In this scheme the logger name hierarchy is represented by '.' characters in 
the logger name, in a fashion very similar to the hierarchy used for Java/Scala 
package names.
-The `Logging` trait will automatically name the Logger accordingly to the 
class it is being used in.
+The `Logger` property added by the `Logging` trait follows this convention: 
the trait ensures the `Logger` is automatically named according to the class it 
is being used in.

Reply via email to