C-DEngine 5.105

TSM..::..L Method

A Macro testing the LVL of a message If the pLogLevel is greater or equal than the DebugLevel, the macro return true

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static bool L(
	eDEBUG_LEVELS pLogLevel
)
Public Shared Function L ( _
	pLogLevel As eDEBUG_LEVELS _
) As Boolean
public:
static bool^ L(
	eDEBUG_LEVELS^ pLogLevel
)

Return Value