Type alias LogLevel

LogLevel: "verbose" | "info" | "warning" | "error" | "fatal"

Describes the minimum level (inclusive) above which logs will be written.

verbose: all logs written info: info and above warning warning and above error and above fatal: fatal only, indicates a crash is imminent

Generated using TypeDoc