MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / ConsoleWriter

Class ConsoleWriter

packages/core/trace/index.d.ts:130–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 }
129
130 class ConsoleWriter implements TraceWriter {
131 public write(message: any, category: string, type?: number): void;
132 }
133
134 export class DefaultErrorHandler implements TraceErrorHandler {
135 handlerError(error: any): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected