Interfaces
TraceWriter
- Previous
- TraceEventListener
Namespaces
Enumerations
Classes
Interfaces
Interfaces
interface TraceWriter {
  write(message: any, category: string, type?: number): void;
}| Parameter | Default | Description | 
| message |  | any | 
| category |  | string | 
| type |  | number |