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

Interface CliConfigSetLevels

lib/winston/config/index.d.ts:20–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 }
19
20 interface CliConfigSetLevels extends AbstractConfigSetLevels {
21 error: number;
22 warn: number;
23 help: number;
24 data: number;
25 info: number;
26 debug: number;
27 prompt: number;
28 verbose: number;
29 input: number;
30 silly: number;
31 }
32
33 interface CliConfigSetColors extends AbstractConfigSetColors {
34 error: string | string[];

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…