com.nostra13.universalimageloader.utils
Class L

java.lang.Object
  extended by com.nostra13.universalimageloader.utils.L

public final class L
extends Object

"Less-word" analog of Android logger

Since:
1.6.4
Author:
Sergey Tarasevich (nostra13[at]gmail[dot]com)

Method Summary
static void d(String message, Object... args)
           
static void e(String message, Object... args)
           
static void e(Throwable ex)
           
static void e(Throwable ex, String message, Object... args)
           
static void i(String message, Object... args)
           
static void w(String message, Object... args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

d

public static void d(String message,
                     Object... args)

i

public static void i(String message,
                     Object... args)

w

public static void w(String message,
                     Object... args)

e

public static void e(Throwable ex)

e

public static void e(String message,
                     Object... args)

e

public static void e(Throwable ex,
                     String message,
                     Object... args)


Copyright © 2011-2013. All Rights Reserved.