C# Class andengine.util.DebugLevel

Show file Open project: jamesburton/AndEngine.net Class Usage Examples

Public Properties

Property Type Description
DEBUG DebugLevel
DebugValue DebugValueEnum
ERROR DebugLevel
INFO DebugLevel
NONE DebugLevel
VERBOSE DebugLevel
WARNING DebugLevel

Public Methods

Method Description
DebugLevel ( ) : System
DebugLevel ( DebugLevel debugLevel ) : System
DebugLevel ( DebugValueEnum DebugValue ) : System
IsSameOrLessThan ( DebugLevel otherDebugLevel ) : bool
IsSameOrLessThan ( DebugValueEnum DebugValue ) : bool

Protected Methods

Method Description
Init ( DebugValueEnum DebugValue ) : void

Method Details

DebugLevel() public method

public DebugLevel ( ) : System
return System

DebugLevel() public method

public DebugLevel ( DebugLevel debugLevel ) : System
debugLevel DebugLevel
return System

DebugLevel() public method

public DebugLevel ( DebugValueEnum DebugValue ) : System
DebugValue DebugValueEnum
return System

Init() protected method

protected Init ( DebugValueEnum DebugValue ) : void
DebugValue DebugValueEnum
return void

IsSameOrLessThan() public method

public IsSameOrLessThan ( DebugLevel otherDebugLevel ) : bool
otherDebugLevel DebugLevel
return bool

IsSameOrLessThan() public method

public IsSameOrLessThan ( DebugValueEnum DebugValue ) : bool
DebugValue DebugValueEnum
return bool

Property Details

DEBUG public static property

public static DebugLevel,andengine.util DEBUG
return DebugLevel

DebugValue public property

public DebugValueEnum DebugValue
return DebugValueEnum

ERROR public static property

public static DebugLevel,andengine.util ERROR
return DebugLevel

INFO public static property

public static DebugLevel,andengine.util INFO
return DebugLevel

NONE public static property

public static DebugLevel,andengine.util NONE
return DebugLevel

VERBOSE public static property

public static DebugLevel,andengine.util VERBOSE
return DebugLevel

WARNING public static property

public static DebugLevel,andengine.util WARNING
return DebugLevel