nativescript-angular
Version:
An Angular renderer that lets you build mobile apps with NativeScript.
21 lines (20 loc) • 1.23 kB
TypeScript
export { isEnabled as isLogEnabled } from "tns-core-modules/trace";
export declare const animationsTraceCategory = "ns-animations";
export declare const rendererTraceCategory = "ns-renderer";
export declare const viewUtilCategory = "ns-view-util";
export declare const routerTraceCategory = "ns-router";
export declare const routeReuseStrategyTraceCategory = "ns-route-reuse-strategy";
export declare const listViewTraceCategory = "ns-list-view";
export declare const bootstrapCategory = "bootstrap";
export declare function animationsLog(message: string): void;
export declare function rendererLog(msg: any): void;
export declare function rendererError(message: string): void;
export declare function viewUtilLog(msg: any): void;
export declare function routerLog(message: string): void;
export declare function routerError(message: string): void;
export declare function routeReuseStrategyLog(message: string): void;
export declare function styleError(message: string): void;
export declare function listViewLog(message: string): void;
export declare function listViewError(message: string): void;
export declare function bootstrapLog(message: string): void;
export declare function bootstrapLogError(message: string): void;