public class

Debug

extends Object
implements Constants
java.lang.Object
   ↳ org.anddev.andengine.util.Debug

Class Overview

(c) 2010 Nicolas Gramlich (c) 2011 Zynga Inc.

Summary

Nested Classes
enum Debug.DebugLevel  
[Expand]
Inherited Constants
From interface org.anddev.andengine.util.constants.Constants
Public Constructors
Debug()
Public Methods
static void d(String pMessage)
static void d(String pMessage, Throwable pThrowable)
static void e(String pMessage, Throwable pThrowable)
static void e(Throwable pThrowable)
static void e(String pMessage)
static Debug.DebugLevel getDebugLevel()
static String getDebugTag()
static void i(String pMessage)
static void i(String pMessage, Throwable pThrowable)
static void setDebugLevel(Debug.DebugLevel pDebugLevel)
static void setDebugTag(String pDebugTag)
static void v(String pMessage, Throwable pThrowable)
static void v(String pMessage)
static void w(String pMessage, Throwable pThrowable)
static void w(String pMessage)
static void w(Throwable pThrowable)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Debug ()

Public Methods

public static void d (String pMessage)

public static void d (String pMessage, Throwable pThrowable)

public static void e (String pMessage, Throwable pThrowable)

public static void e (Throwable pThrowable)

public static void e (String pMessage)

public static Debug.DebugLevel getDebugLevel ()

public static String getDebugTag ()

public static void i (String pMessage)

public static void i (String pMessage, Throwable pThrowable)

public static void setDebugLevel (Debug.DebugLevel pDebugLevel)

public static void setDebugTag (String pDebugTag)

public static void v (String pMessage, Throwable pThrowable)

public static void v (String pMessage)

public static void w (String pMessage, Throwable pThrowable)

public static void w (String pMessage)

public static void w (Throwable pThrowable)