-
public class Logger
-
-
Method Summary
Modifier and Type Method Description static LogTarget
getTarget()
static void
setTarget(LogTarget target)
static boolean
isLoggable(String tag, int priority)
static void
i(String tag, String message)
static void
i(String tag, String message, Throwable throwable)
static void
d(String tag, String message)
static void
d(String tag, String message, Throwable throwable)
static void
e(String tag, String message)
static void
e(String tag, String message, Throwable throwable)
static void
v(String tag, String message)
static void
v(String tag, String message, Throwable throwable)
static void
w(String tag, String message)
static void
w(String tag, String message, Throwable throwable)
static void
wtf(String tag, String message)
static void
wtf(String tag, String message, Throwable throwable)
-
-
Method Detail
-
isLoggable
static boolean isLoggable(String tag, int priority)
-
-
-
-