Files

22 lines
1.2 KiB
TypeScript

import { Trace } from '@nativescript/core';
export declare const enable: typeof Trace.enable;
export declare const error: typeof Trace.error;
export declare const getErrorHandler: typeof Trace.getErrorHandler;
export declare const isCategorySet: typeof Trace.isCategorySet;
export declare const isEnabled: typeof Trace.isEnabled;
export declare const notifyEvent: typeof Trace.notifyEvent;
export declare const setCategories: typeof Trace.setCategories;
export declare const setErrorHandler: typeof Trace.setErrorHandler;
export declare const write: typeof Trace.write;
export declare const removeWriter: typeof Trace.removeWriter;
export declare const messageType: typeof Trace.messageType;
export declare const removeEventListener: typeof Trace.removeEventListener;
export declare const addCategories: typeof Trace.addCategories;
export declare const addEventListener: typeof Trace.addEventListener;
export declare const DefaultErrorHandler: typeof Trace.DefaultErrorHandler;
export declare const ConsoleWriter: typeof Trace.ConsoleWriter;
export declare const addWriter: typeof Trace.addWriter;
export declare const categories: typeof Trace.categories;
export declare const clearWriters: typeof Trace.clearWriters;
export declare const disable: typeof Trace.disable;