activeCategories property

Set<TraceCategory> activeCategories
getter/setter pair

Active configuration of trace categories to record.

Implementation

static Set<TraceCategory> activeCategories = TraceCategory.values.toSet();