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

Method logf

app/src/processing/app/Messages.java:343–347  ·  view source on GitHub ↗
(String message, Object... args)

Source from the content-addressed store, hash-verified

341
342
343 static public void logf(String message, Object... args) {
344 if (Base.DEBUG) {
345 System.out.println(String.format(message, args));
346 }
347 }
348
349
350 static public void loge(String message, Throwable e) {

Callers 3

BaseMethod · 0.95
logMethod · 0.95
logMethod · 0.95

Calls 2

formatMethod · 0.65
printlnMethod · 0.45

Tested by

no test coverage detected