namespace CMLeonOS.Logger { public enum LogLevel { Debug, Info, Warning, Error, Success } }