public class XLog extends Object
XLog()
static void
d(String msg)
d(String tag, String msg)
e(Exception e)
e(String msg, Exception e)
i(String msg)
i(String tag, String msg)
printObj(Object obj)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public XLog()
public static void i(String tag, String msg)
public static void i(String msg)
public static void d(String msg)
public static void d(String tag, String msg)
public static void e(String msg, Exception e)
public static void e(Exception e)
public static void printObj(Object obj)