UNPKG

361 BTypeScriptView Raw
1import { DiagAPI } from './api/diag';
2/**
3 * Entrypoint for Diag API.
4 * Defines Diagnostic handler used for internal diagnostic logging operations.
5 * The default provides a Noop DiagLogger implementation which may be changed via the
6 * diag.setLogger(logger: DiagLogger) function.
7 */
8export declare const diag: DiagAPI;
9//# sourceMappingURL=diag-api.d.ts.map
\No newline at end of file