smiklosovic commented on code in PR #3902:
URL: https://github.com/apache/cassandra/pull/3902#discussion_r1967484145


##########
src/java/org/apache/cassandra/tools/Output.java:
##########
@@ -32,4 +32,14 @@ public Output(PrintStream out, PrintStream err)
         this.out = out;
         this.err = err;
     }
+
+    public void info(String msg, Object... args)

Review Comment:
   I see that this is used like 
   
       @Inject
       protected Output logger;
   
   Is this really a _logger_ thought?
   
   In `NodeTool, the field is called
   
       private final Output output;
   
   Could we somehow harmonize this? I would call it `output` everywhere.
   



-- 
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: pr-unsubscr...@cassandra.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org
For additional commands, e-mail: pr-h...@cassandra.apache.org

Reply via email to