MCPcopy Create free account
hub / github.com/ReadyTalk/avian / logp

Method logp

classpath/java/util/logging/Logger.java:114–119  ·  view source on GitHub ↗
(Level level, String sourceClass, String sourceMethod, String msg)

Source from the content-addressed store, hash-verified

112 }
113
114 public void logp(Level level, String sourceClass, String sourceMethod, String msg) {
115 if (!isLoggable(level)) {
116 return;
117 }
118 publish(new LogRecord(name, sourceMethod, level, msg, null));
119 }
120
121 public void logp(Level level, String sourceClass, String sourceMethod,
122 String msg, Throwable thrown) {

Callers

nothing calls this directly

Calls 2

isLoggableMethod · 0.95
publishMethod · 0.95

Tested by

no test coverage detected