namespace Umbraco.Core.Logging { /// /// Specifies the level of a log event. /// public enum LogLevel { Verbose, Debug, Information, Warning, Error, Fatal } }