Type Alias LogLevelStr

Source
Expand description

String form log level

type LogLevelStr = "off" | "default" | "info" | "debug"