UNPKG

applicationinsights

Version:

Microsoft Application Insights module for Node.js

8 lines (7 loc) 311 B
import { IDiagnosticLog } from "../types"; import { BaseDiagnosticLogger } from "./baseDiagnosticLogger"; export declare class EtwDiagnosticLogger extends BaseDiagnosticLogger { constructor(instrumentationKey: string); logMessage(diagnosticLog: IDiagnosticLog): void; private _getMetadata; }