public class AnalyticsCrashReporingLogAdapter extends Object implements MeridianLogAdapter
Constructor and Description |
---|
AnalyticsCrashReporingLogAdapter() |
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) |
public void v(String tag, String message, Throwable th)
v
in interface MeridianLogAdapter
public void d(String tag, String message, Throwable th)
d
in interface MeridianLogAdapter
public void i(String tag, String message, Throwable th)
i
in interface MeridianLogAdapter
public void w(String tag, String message, Throwable th)
w
in interface MeridianLogAdapter
public void e(String tag, String message, Throwable th)
e
in interface MeridianLogAdapter
public void wtf(String tag, String message, Throwable th)
wtf
in interface MeridianLogAdapter