namespace DebuggingEssentials { public enum Flag { Log = 1, Warning = 2, Error = 4, Exception = 8, Command = 0x10 } }