MCPcopy Index your code
hub / github.com/SavioAndres/BrasilAPI-Java / setConsole

Method setConsole

src/main/java/br/com/brasilapi/Log.java:14–18  ·  view source on GitHub ↗
(String msg)

Source from the content-addressed store, hash-verified

12 }
13
14 protected static void setConsole(String msg) {
15 if (Log.enable) {
16 System.out.println(msg);
17 }
18 }
19
20 protected static void setConsoleError(String msg) {
21 if (Log.enable) {

Callers 4

setCacheMethod · 0.95
getCacheMethod · 0.95
updateCacheMethod · 0.95
connectionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected