func()

in logger/logevent.go [48:54]


func (v Severity) String() string {
	s, ok := severityName[v]
	if ok {
		return s
	}
	return ""
}