UNPKG

applicationinsights

Version:

Microsoft Application Insights module for Node.js

9 lines (8 loc) 291 B
import { IAgentLogger } from "../../types"; export declare class EtwWritter implements IAgentLogger { private _etwModule; constructor(); log(message: string, optional?: string[]): void; error(message: string, optional?: string[]): void; private _loadEtwModule; }