kubernetes/vendor/k8s.io/klog/v2/internal/severity/severity.go

type Severity

const InfoLog

const WarningLog

const ErrorLog

const FatalLog

const NumSeverity

const Char

var Name

// ByName looks up a severity level by name.
func ByName(s string) (Severity, bool) {}