Namespaces
setCategories
function setCategories(categories: string): void;Defined in: trace/index.d.ts:62
Sets the 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
- removeWriter
- Next
- setErrorHandler