Search Results for

    Show / Hide Table of Contents
    View Source

    Class LogLevelCounts

    Represents the count of log entries grouped by log level.

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

    Constructors

    View Source

    LogLevelCounts()

    Declaration
    public LogLevelCounts()

    Properties

    View Source

    Debug

    Gets or sets the count of debug level log entries.

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

    Error

    Gets or sets the count of error level log entries.

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

    Fatal

    Gets or sets the count of fatal level log entries.

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

    Information

    Gets or sets the count of information level log entries.

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

    Warning

    Gets or sets the count of warning level log entries.

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