using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace MeterVision.Util { public enum LogType { Normal = 1, Error = 2, HttpError =3, Crash =4, Mq = 5, MqError = 6 } }