Disables a trace Category
Disables a trace Category
trace.disable("VIEWCONFIG");
Also takes strings (category name) or ordinal (category position)
categories to disable. If categories
is omitted, all categories are disabled.
Enables a trace Category
Enables a trace Category
trace.enable("TRANSITION");
Also takes strings (category name) or ordinal (category position)
categories to enable. If categories
is omitted, all categories are enabled.
Retrieves the enabled stateus of a Category
Retrieves the enabled stateus of a Category
trace.enabled("VIEWCONFIG"); // true or false
boolean true if the category is enabled
Generated using TypeDoc
Prints UI-Router Transition trace information to the console.