namespace GameServiceWarden.Core.Logging { public enum LogLevel : int { FATAL, INFO, WARNING, DEBUG, } }