MCPcopy
hub / github.com/winstonjs/winston / LogMethod

Interface LogMethod

index.d.ts:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 interface LogMethod {
73 (level: string, message: string, ...meta: any[]): Logger;
74 (entry: LogEntry): Logger;
75 (level: string, message: any): Logger;
76 }
77
78 interface LeveledLogMethod {
79 (message: string, ...meta: any[]): Logger;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…