11 lines
380 B
TypeScript
11 lines
380 B
TypeScript
|
|
import { DiagAPI } from './api/diag';
|
||
|
|
/**
|
||
|
|
* Entrypoint for Diag API.
|
||
|
|
* Defines Diagnostic handler used for internal diagnostic logging operations.
|
||
|
|
* The default provides a Noop DiagLogger implementation which may be changed via the
|
||
|
|
* diag.setLogger(logger: DiagLogger) function.
|
||
|
|
*
|
||
|
|
* @since 1.0.0
|
||
|
|
*/
|
||
|
|
export declare const diag: DiagAPI;
|
||
|
|
//# sourceMappingURL=diag-api.d.ts.map
|