You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2021/10/04 17:18:26 UTC

[GitHub] [nifi] markap14 commented on a change in pull request #4952: NIFI-8385: Add FlowFiles from logging to bulletins

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: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org