public static class ShadowLog.LogItem extends Object
String
msg
tag
Throwable
throwable
int
type
LogItem(int type, String tag, String msg, Throwable throwable)
boolean
equals(Object o)
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public final int type
public final String tag
public final String msg
public final Throwable throwable
public LogItem(int type, String tag, String msg, Throwable throwable)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString