namespace Oqtane.Enums { public enum LogLevel { Trace, Debug, Information, Warning, Error, Critical } }