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

Method write

packages/core/trace/index.d.ts:5–5  ·  view source on GitHub ↗
(message: any, category: string, type?: number)

Source from the content-addressed store, hash-verified

3 */
4export interface TraceWriter {
5 write(message: any, category: string, type?: number): void;
6}
7
8/**

Callers 15

parseXMLFunction · 0.65
checkIfMediaQueryMatchesFunction · 0.65
openUrlFunction · 0.65
openUrlAsyncFunction · 0.65
openFileFunction · 0.65
drainMacrotaskQueueFunction · 0.65
openFileAtRootModuleFunction · 0.65
openFileFunction · 0.65
openUrlFunction · 0.65
openUrlAsyncFunction · 0.65
getPaletteColorFunction · 0.65

Implementers 7

ConsoleWriterpackages/core/trace/index.d.ts
ConsoleWriterpackages/core/trace/index.ts
Filepackages/core/file-system/index.ts
FileHelperpackages/ui-mobile-base/android/widget
Filepackages/ui-mobile-base/android/widget
FaultHidingOutputStreampackages/ui-mobile-base/android/widget
UITestapps/automated/src/ui-test.ts

Calls

no outgoing calls

Tested by

no test coverage detected