Namespaces
addCategories
function addCategories(categories: string): void;Defined in: trace/index.d.ts:68
Adds categories to existing categories the module will trace.
Parameters
| Parameter | Type | Description |
|---|---|---|
categories | string | The comma-separated list of categories. If not specified all messages from all categories will be traced. |
Returns
void
- Previous
- DefaultErrorHandler
- Next
- addEventListener