public final class

Logger

extends Object
java.lang.Object
   ↳ com.ardic.android.sources.Logger

Class Overview

Easy way of android Log utility with built-in filtering mechanism.

Summary

Public Methods
static void d(String tag, String msg, Throwable e)
static void d(String tag, String msg)
static void e(String tag, String msg)
static void e(String tag, String msg, Throwable e)
static void i(String tag, String msg, Throwable e)
static void i(String tag, String msg)
static void v(String tag, String msg)
static void v(String tag, String msg, Throwable e)
static void w(String tag, String msg, Throwable e)
static void w(String tag, String msg)
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static void d (String tag, String msg, Throwable e)

Added in API level 2

Parameters
tag String
msg String
e Throwable

public static void d (String tag, String msg)

Added in API level 1

Parameters
tag String
msg String

public static void e (String tag, String msg)

Added in API level 1

Parameters
tag String
msg String

public static void e (String tag, String msg, Throwable e)

Added in API level 2

Parameters
tag String
msg String
e Throwable

public static void i (String tag, String msg, Throwable e)

Added in API level 2

Parameters
tag String
msg String
e Throwable

public static void i (String tag, String msg)

Added in API level 1

Parameters
tag String
msg String

public static void v (String tag, String msg)

Added in API level 1

Parameters
tag String
msg String

public static void v (String tag, String msg, Throwable e)

Added in API level 2

Parameters
tag String
msg String
e Throwable

public static void w (String tag, String msg, Throwable e)

Added in API level 2

Parameters
tag String
msg String
e Throwable

public static void w (String tag, String msg)

Added in API level 1

Parameters
tag String
msg String