/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package edu.msu.nscl.olog; /** * * @author berryman */ public enum Level { Info, Problem, Request, Suggestion, Urgent }