MCPcopy Index your code
hub / github.com/benfry/processing4 / logf

Method logf

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

Source from the content-addressed store, hash-verified

229
230
231 static public void logf(String message, Object... args) {
232 if (Base.DEBUG) {
233 System.out.printf(message, args);
234 }
235 }
236
237
238 static public void err(String message) {

Callers 3

BaseMethod · 0.95
logMethod · 0.95
logMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected