Category: any

Trace categories Enum

Enable or disable a category using [[Trace.enable]] or [[Trace.disable]]

trace.enable(Category.TRANSITION)

These can also be provided using a matching string, or position ordinal

trace.enable("TRANSITION")

trace.enable(1)