diag-api.d.ts 361 B

123456789
  1. import { 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. */
  8. export declare const diag: DiagAPI;
  9. //# sourceMappingURL=diag-api.d.ts.map