mirror of https://github.com/apache/maven.git
more explanations on logger names
This commit is contained in:
parent
f63335c4e6
commit
8bbfb6f3c2
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue