MCPcopy
hub / github.com/orhanobut/logger / log

Method log

logger/src/test/java/com.orhanobut.logger/LoggerTest.java:22–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 }
21
22 @Test public void log() {
23 Throwable throwable = new Throwable();
24 Logger.log(Logger.VERBOSE, "tag", "message", throwable);
25
26 verify(printer).log(Logger.VERBOSE, "tag", "message", throwable);
27 }
28
29 @Test public void debugLog() {
30 Logger.d("message %s", "arg");

Callers

nothing calls this directly

Calls 2

logMethod · 0.95
logMethod · 0.65

Tested by

no test coverage detected