using System; namespace CPF.ReoGrid.Common { public enum LogLevel : byte { All, Trace, Debug, Info, Warn, Error, Fatal } }