Skip to content

LogLevels

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

Defined in: types.ts:223