MCPcopy Create free account
hub / github.com/apache/solr / printRed

Method printRed

solr/core/src/java/org/apache/solr/cli/SolrCLI.java:478–480  ·  view source on GitHub ↗

Console print using red color

(Object message)

Source from the content-addressed store, hash-verified

476 }
477
478 /** Console print using red color */
479 public static void printRed(Object message) {
480 print(CLIUtils.RED, message);
481 }
482
483 public static void print(String color, Object message) {

Callers 1

runImplMethod · 0.80

Calls 1

printMethod · 0.95

Tested by

no test coverage detected