markap14 commented on a change in pull request #4952:
URL: https://github.com/apache/nifi/pull/4952#discussion_r721563791



##########
File path: nifi-api/src/main/java/org/apache/nifi/logging/ComponentLog.java
##########
@@ -102,11 +117,128 @@
 
     void debug(String msg);
 
-    void log(LogLevel level, String msg, Throwable t);
-
-    void log(LogLevel level, String msg, Object... os);
-
-    void log(LogLevel level, String msg);
-
-    void log(LogLevel level, String msg, Object[] os, Throwable t);

Review comment:
       This is a public API so we cannot remove any methods.




-- 
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