Search Results for

    Show / Hide Table of Contents
    View Source

    Class LogEntry

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

    Properties

    View Source

    Exception

    Gets or sets an exception associated with the log event, or null.

    Declaration
    public string? Exception { get; set; }
    Property Value
    Type Description
    string
    View Source

    Level

    Gets or sets the level of the log event.

    Declaration
    public LogLevel Level { get; set; }
    Property Value
    Type Description
    LogLevel
    View Source

    MessageTemplateText

    Gets or sets the message template describing the log event.

    Declaration
    public string? MessageTemplateText { get; set; }
    Property Value
    Type Description
    string
    View Source

    Properties

    Gets or sets the properties associated with the log event.

    Declaration
    public IReadOnlyDictionary<string, string?> Properties { get; set; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, string>
    View Source

    RenderedMessage

    Gets or sets the message template filled with the log event properties.

    Declaration
    public string? RenderedMessage { get; set; }
    Property Value
    Type Description
    string
    View Source

    Timestamp

    Gets or sets the time at which the log event occurred.

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