cstamas commented on a change in pull request #565:
URL: https://github.com/apache/maven/pull/565#discussion_r725448219



##########
File path: 
maven-plugin-api/src/main/java/org/apache/maven/plugin/logging/Log.java
##########
@@ -46,6 +45,16 @@
      */
     void debug( CharSequence content );
 
+    /**
+     * Send a message to the user in the <b>debug</b> error level using given 
format and arguments. In format use
+     * {@code {}} as placeholders for objects passed in as arguments. No 
argument is converted to string is
+     * given level is not enabled.
+     *
+     * @param format
+     * @param arguments
+     */
+    void debug( CharSequence format, Object... arguments );

Review comment:
       Yes, as commit message says, the DEBUG level changes are just showcasing 
what I meant by"make Logger slf4j Logger-look-alike" 
1683b4563a126ed1682bfecde0196a3fef33e4a5 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to