public class S2Log
public final static int
ERROR
INFO
DEBUG
public final static String
TAG
private static int
logLevel
static void
setLogLevel(int level)
d(String msg)
i(String msg)
e(String msg, Throwable thr)
e(String msg)
print(String message)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
static void setLogLevel(int level)
static void d(String msg)
static void i(String msg)
static void e(String msg, Throwable thr)
static void e(String msg)
static void print(String message)