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) { … }
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) { … }