UNPKG

applicationinsights

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