|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nostra13.universalimageloader.utils.L
public final class L
"Less-word" analog of Android logger
Method Summary | |
---|---|
static void |
d(String message,
Object... args)
|
static void |
disableLogging()
Deprecated. Use writeLogs(false) instead |
static void |
e(String message,
Object... args)
|
static void |
e(Throwable ex)
|
static void |
e(Throwable ex,
String message,
Object... args)
|
static void |
enableLogging()
Deprecated. Use writeLogs(true) instead |
static void |
i(String message,
Object... args)
|
static void |
w(String message,
Object... args)
|
static void |
writeDebugLogs(boolean writeDebugLogs)
Enables/disables detail logging of ImageLoader work. |
static void |
writeLogs(boolean writeLogs)
Enables/disables logging of ImageLoader completely (even error logs). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
@Deprecated public static void enableLogging()
writeLogs(true)
instead
disableLogging()
was called before)
@Deprecated public static void disableLogging()
writeLogs(false)
instead
public static void writeDebugLogs(boolean writeDebugLogs)
ImageLoader
work.
Consider disableLogging()
to disable
ImageLoader logging completely (even error logs)
public static void writeLogs(boolean writeLogs)
ImageLoader
completely (even error logs).
public static void d(String message, Object... args)
public static void i(String message, Object... args)
public static void w(String message, Object... args)
public static void e(Throwable ex)
public static void e(String message, Object... args)
public static void e(Throwable ex, String message, Object... args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |