Skip to content

LogLevels

type LogLevels:
| "error"
| "warn"
| "info"
| "http"
| "verbose"
| "debug"
| "silly";

Source

types.ts:206