Search Results for

    Show / Hide Table of Contents

    Enum LogLevel

    Specifies the level of a log event.

    Namespace: Umbraco.Cms.Core.Logging
    Assembly: Umbraco.Core.dll
    Syntax
    public enum LogLevel

    Fields

    Name Description
    Debug
    Error
    Fatal
    Information
    Verbose
    Warning

    Extension Methods

    ObjectExtensions.ToXmlString(object, Type)
    ObjectExtensions.ToXmlString<T>(object)
    ObjectExtensions.TryConvertTo(object, Type)
    ObjectExtensions.TryConvertTo<T>(object)
    ExpressionHelper.GetPropertyInfo<LogLevel, TProperty>(LogLevel, Expression<Func<LogLevel, TProperty>>)
    DictionaryExtensions.MergeLeft<LogLevel, TK, TV>(LogLevel, IDictionary<TK, TV>, bool)
    DictionaryExtensions.MergeLeft<LogLevel, TK, TV>(LogLevel, IEnumerable<IDictionary<TK, TV>>, bool)
    EnumerableExtensions.Yield<LogLevel>(LogLevel)
    ObjectExtensions.AsEnumerableOfOne<LogLevel>(LogLevel)
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX