UNPKG

@itwin/presentation-frontend

Version:

Frontend of iModel.js Presentation library

15 lines 557 B
/** @packageDocumentation * @module Core */ import { ClientDiagnostics, ClientDiagnosticsHandler } from "@itwin/presentation-common"; /** * A function which logs messages to the console. * @public */ export declare function consoleDiagnosticsHandler(diagnostics: ClientDiagnostics): void; /** * A function which calls all diagnostics handlers passed to it. * @public */ export declare function createCombinedDiagnosticsHandler(handlers: ClientDiagnosticsHandler[]): (diagnostics: ClientDiagnostics) => void; //# sourceMappingURL=Diagnostics.d.ts.map