MCPcopy Create free account
hub / github.com/banq/jdonframework / getPrintStream

Method getPrintStream

src/main/java/com/jdon/util/Debug.java:94–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92 }
93
94 public static PrintStream getPrintStream() {
95 return printStream;
96 }
97
98 public static void setPrintStream(PrintStream printStream) {
99 Debug.printStream = printStream;

Callers 1

noLog4JMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected