namespace DFEngine.Logging { public enum EngineLogLevel { Exception, Warning, Startup, Info, Debug, } }