DebugCondition

Constructors

this
this(Module mod, uint level, Identifier ident)

Instantiate a new DebugCondition

Members

Static functions

addGlobalIdent
void addGlobalIdent(const(char)* ident)
void addGlobalIdent(const(char)[] ident)
void addGlobalIdent(string ident)

Add an user-supplied identifier to the list of global debug identifiers

setGlobalLevel
void setGlobalLevel(uint level)

Set the global debug level

Meta