more explanations on logger names

This commit is contained in:
Hervé Boutemy 2013-08-02 10:05:27 +02:00
parent f63335c4e6
commit 8bbfb6f3c2
1 changed files with 2 additions and 1 deletions

View File

@ -97,7 +97,8 @@ public class MyClass
* Logger Name
Before Maven 3.1.0, with logging implementation done in Maven, logger name wasn't used: they are as-is, without clear definition.
Before Maven 3.1.0, with logging implementation done in Maven, logger name wasn't used by basic console logging implementation:
they are as-is, without clear convention on when to pass logger from class to class or when to create a new logger.
Starting with Maven 3.1.0, logging implementation can be of greatest use if logger names are well defined. This definition still
needs to be defined and implemented: