C# Class andengine.util.Debug

Inheritance: Constants
Mostra file Open project: jamesburton/AndEngine.net

Public Methods

Method Description
D ( String pMessage ) : void
D ( String pMessage, Throwable pThrowable ) : void
E ( String pMessage ) : void
E ( String pMessage, Exception pException ) : void
E ( String pMessage, Throwable pThrowable ) : void
E ( Throwable pThrowable ) : void
GetDebugLevel ( ) : DebugLevel
I ( String pMessage ) : void
I ( String pMessage, Throwable pThrowable ) : void
SetDebugLevel ( DebugLevel pDebugLevel ) : void
V ( Java pMessage ) : void
V ( String pMessage ) : void
V ( String pMessage, Throwable pThrowable ) : void
W ( String pMessage ) : void
W ( String pMessage, Throwable pThrowable ) : void
W ( Throwable pThrowable ) : void

Method Details

D() public static method

public static D ( String pMessage ) : void
pMessage String
return void

D() public static method

public static D ( String pMessage, Throwable pThrowable ) : void
pMessage String
pThrowable Throwable
return void

E() public static method

public static E ( String pMessage ) : void
pMessage String
return void

E() public static method

public static E ( String pMessage, Exception pException ) : void
pMessage String
pException System.Exception
return void

E() public static method

public static E ( String pMessage, Throwable pThrowable ) : void
pMessage String
pThrowable Throwable
return void

E() public static method

public static E ( Throwable pThrowable ) : void
pThrowable Throwable
return void

GetDebugLevel() public static method

public static GetDebugLevel ( ) : DebugLevel
return DebugLevel

I() public static method

public static I ( String pMessage ) : void
pMessage String
return void

I() public static method

public static I ( String pMessage, Throwable pThrowable ) : void
pMessage String
pThrowable Throwable
return void

SetDebugLevel() public static method

public static SetDebugLevel ( DebugLevel pDebugLevel ) : void
pDebugLevel DebugLevel
return void

V() public static method

public static V ( Java pMessage ) : void
pMessage Java
return void

V() public static method

public static V ( String pMessage ) : void
pMessage String
return void

V() public static method

public static V ( String pMessage, Throwable pThrowable ) : void
pMessage String
pThrowable Throwable
return void

W() public static method

public static W ( String pMessage ) : void
pMessage String
return void

W() public static method

public static W ( String pMessage, Throwable pThrowable ) : void
pMessage String
pThrowable Throwable
return void

W() public static method

public static W ( Throwable pThrowable ) : void
pThrowable Throwable
return void