public static string getErrSevMsg(ERR_SEV sev) { return ERR_SEV_MSG[(int) sev]; }
static public string getErrSevMsg(ERR_SEV sev) { return(ERR_SEV_MSG[(int)sev]); }