Search Results for

    Show / Hide Table of Contents

    Class LogLevelCounts

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Logging.Viewer
    Assembly: cs.temp.dll.dll
    Syntax
    public class LogLevelCounts

    Properties

    Debug

    Declaration
    public int Debug { get; set; }
    Property Value
    Type Description
    System.Int32

    Error

    Declaration
    public int Error { get; set; }
    Property Value
    Type Description
    System.Int32

    Fatal

    Declaration
    public int Fatal { get; set; }
    Property Value
    Type Description
    System.Int32

    Information

    Declaration
    public int Information { get; set; }
    Property Value
    Type Description
    System.Int32

    Warning

    Declaration
    public int Warning { get; set; }
    Property Value
    Type Description
    System.Int32
    In This Article
    • Properties
      • Debug
      • Error
      • Fatal
      • Information
      • Warning
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX