Type alias LogLevel

LogLevel: "error" | "warn" | "info" | "verbose"

Error level works in an expanding way, eg 'error' will only show errors, 'warn' will show warnings and errors, etc.

Generated using TypeDoc