Search Results for

    Show / Hide Table of Contents
    View Source

    Class LogLevelCounts

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Logging.Viewer
    Assembly: Umbraco.Core.dll
    Syntax
    public class LogLevelCounts

    Properties

    View Source

    Debug

    Declaration
    public int Debug { get; set; }
    Property Value
    Type Description
    int
    View Source

    Error

    Declaration
    public int Error { get; set; }
    Property Value
    Type Description
    int
    View Source

    Fatal

    Declaration
    public int Fatal { get; set; }
    Property Value
    Type Description
    int
    View Source

    Information

    Declaration
    public int Information { get; set; }
    Property Value
    Type Description
    int
    View Source

    Warning

    Declaration
    public int Warning { get; set; }
    Property Value
    Type Description
    int
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX