namespace SimpleLogger { public enum LogLevel : int { Fatal, Info, Warning, Debug, } }