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

Method loge

java/src/processing/mode/java/Debugger.java:1402–1408  ·  view source on GitHub ↗
(String msg, Throwable t)

Source from the content-addressed store, hash-verified

1400
1401
1402 private void loge(String msg, Throwable t) {
1403 if (t != null) {
1404 Messages.loge(getClass().getName() + " " + msg, t);
1405 } else {
1406 Messages.loge(getClass().getName() + " " + msg);
1407 }
1408 }
1409
1410
1411 static private void logitse(Throwable t) {

Callers 4

startDebugMethod · 0.95
getLocalsMethod · 0.95
getSourceLineMethod · 0.95
locationToLineIDMethod · 0.95

Calls 2

logeMethod · 0.95
getNameMethod · 0.45

Tested by

no test coverage detected