MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / green

Method green

src/main/java/field/utility/Log.java:140–142  ·  view source on GitHub ↗
(String message, Object text)

Source from the content-addressed store, hash-verified

138 }
139
140 static public void green(String message, Object text) {
141 printlnDecorated("\033[33m", message, text, "\033[0m");
142 }
143
144 static protected String toString(Object o) {
145

Callers

nothing calls this directly

Calls 1

printlnDecoratedMethod · 0.95

Tested by

no test coverage detected