IsDebugTagGloballyEnabled (open)
Returns whether a tag is currently globally enabled
Syntax
LOADLIB "wh::internal/debug.whlib";
BOOLEAN FUNCTION IsDebugTagGloballyEnabled(STRING tag)Parameters
STRING tagTag to test for
Return value
BOOLEANReturns whether a tag is currently globally enabled
LOADLIB "wh::internal/debug.whlib";
BOOLEAN FUNCTION IsDebugTagGloballyEnabled(STRING tag)STRING tagTag to test for
BOOLEAN