namespace IgniteEngine { /// /// The level of a debug message. /// public enum DebugLevel { DL_ASSERT, DL_ERROR, DL_EXCEPTION, DL_LOG, DL_WARNING } }