MCPcopy Index your code
hub / github.com/processing/processing / log

Method log

app/src/processing/app/WebServer.java:97–105  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

95
96 /* print to the log file */
97 protected static void log(String s) {
98 if (false) {
99 System.out.println(s);
100 }
101// synchronized (log) {
102// log.println(s);
103// log.flush();
104// }
105 }
106
107
108 //public static void main(String[] a) throws Exception {

Callers 1

printHeadersMethod · 0.95

Calls 1

printlnMethod · 0.45

Tested by

no test coverage detected