namespace GameCore.Logging; public enum LogLevel { Debug, Info, Warn, Error }