1 | import { IModulePatcher } from "diagnostic-channel";
|
2 | export interface IWinstonData {
|
3 | message: string | Error;
|
4 | meta: any;
|
5 | level: string;
|
6 | levelKind: string;
|
7 | }
|
8 | export declare const winston3: IModulePatcher;
|
9 | export declare const winston2: IModulePatcher;
|
10 | export declare function enable(): void;
|