namespace DFEngine.Logging { public enum GameLogLevel : byte { Exception, Warning, Internal, Startup, Debug, } }