LogLevel type

Defines values for LogLevel.

type LogLevel = "Off" | "Verbose" | "Information" | "Warning" | "Error"