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

Method loge

app/src/processing/app/Messages.java:350–357  ·  view source on GitHub ↗
(String message, Throwable e)

Source from the content-addressed store, hash-verified

348
349
350 static public void loge(String message, Throwable e) {
351 if (Base.DEBUG) {
352 if (message != null) {
353 System.err.println(message);
354 }
355 e.printStackTrace();
356 }
357 }
358
359
360 static public void loge(String message) {

Callers 15

runMethod · 0.95
startServerMethod · 0.95
sendArgumentsMethod · 0.95
readSettingsMethod · 0.95
createAndShowGUIMethod · 0.95
runMethod · 0.95
rebuildToolListMethod · 0.95
actionPerformedMethod · 0.95
loadMethod · 0.95
mouseDraggedMethod · 0.95
getMonoFontMethod · 0.95
getSansFontMethod · 0.95

Calls 2

printlnMethod · 0.45
printStackTraceMethod · 0.45

Tested by

no test coverage detected