public interface MeridianLogAdapter
Modifier and Type | Method and Description |
---|---|
void |
d(String tag,
String message,
Throwable th) |
void |
e(String tag,
String message,
Throwable th) |
void |
i(String tag,
String message,
Throwable th) |
void |
v(String tag,
String message,
Throwable th) |
void |
w(String tag,
String message,
Throwable th) |
void |
wtf(String tag,
String message,
Throwable th) |