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

Interface LeveledLogMethod

index.d.ts:78–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77
78 interface LeveledLogMethod {
79 (message: string, ...meta: any[]): Logger;
80 (message: any): Logger;
81 (infoObject: object): Logger;
82 }
83
84 interface LoggerOptions {
85 levels?: Config.AbstractConfigSetLevels;

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…