// Code generated by "stringer -type=Severity -linecomment"; DO NOT EDIT.

package log

import 

func _() {
	// An "invalid array index" compiler error signifies that the constant values have changed.
	// Re-run the stringer command to generate them again.
	var  [1]struct{}
	_ = [SeverityUndefined-0]
	_ = [SeverityTrace1-1]
	_ = [SeverityTrace2-2]
	_ = [SeverityTrace3-3]
	_ = [SeverityTrace4-4]
	_ = [SeverityDebug1-5]
	_ = [SeverityDebug2-6]
	_ = [SeverityDebug3-7]
	_ = [SeverityDebug4-8]
	_ = [SeverityInfo1-9]
	_ = [SeverityInfo2-10]
	_ = [SeverityInfo3-11]
	_ = [SeverityInfo4-12]
	_ = [SeverityWarn1-13]
	_ = [SeverityWarn2-14]
	_ = [SeverityWarn3-15]
	_ = [SeverityWarn4-16]
	_ = [SeverityError1-17]
	_ = [SeverityError2-18]
	_ = [SeverityError3-19]
	_ = [SeverityError4-20]
	_ = [SeverityFatal1-21]
	_ = [SeverityFatal2-22]
	_ = [SeverityFatal3-23]
	_ = [SeverityFatal4-24]
}

const _Severity_name = "UNDEFINEDTRACETRACE2TRACE3TRACE4DEBUGDEBUG2DEBUG3DEBUG4INFOINFO2INFO3INFO4WARNWARN2WARN3WARN4ERRORERROR2ERROR3ERROR4FATALFATAL2FATAL3FATAL4"

var _Severity_index = [...]uint8{0, 9, 14, 20, 26, 32, 37, 43, 49, 55, 59, 64, 69, 74, 78, 83, 88, 93, 98, 104, 110, 116, 121, 127, 133, 139}

func ( Severity) () string {
	if  < 0 ||  >= Severity(len(_Severity_index)-1) {
		return "Severity(" + strconv.FormatInt(int64(), 10) + ")"
	}
	return _Severity_name[_Severity_index[]:_Severity_index[+1]]
}