namespace AsiaINFO.SMS.APPCMPP2 { using System; public enum MsgLevel { Err, Sys, Msg, Debug } }