using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace UmbracoExamine { [Obsolete("This object is no longer used since we support the log levels that are available with LogHelper")] public enum LoggingLevel { Verbose, Normal } }