Search Results for

    Show / Hide Table of Contents
    View Source

    Class LogTemplate

    Represents a log message template with its occurrence count.

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

    Constructors

    View Source

    LogTemplate()

    Declaration
    public LogTemplate()

    Properties

    View Source

    Count

    Gets or sets the number of times this template appears in the logs.

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

    MessageTemplate

    Gets or sets the message template string.

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