Search Results for

    Show / Hide Table of Contents
    View Source

    Class LogMessageResponseModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.LogViewer
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class LogMessageResponseModel

    Properties

    View Source

    Exception

    Gets or sets an exception associated with the log event (can be null).

    Declaration
    public string Exception { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Level

    Gets or sets the level of the event.

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

    MessageTemplate

    Gets or sets the message template describing the log event (can be null).

    Declaration
    public string MessageTemplate { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Properties

    Gets or sets the properties associated with the log event, including those presented in MessageTemplate.

    Declaration
    public IEnumerable<LogMessagePropertyPresentationModel> Properties { get; set; }
    Property Value
    Type Description
    IEnumerable<LogMessagePropertyPresentationModel>
    View Source

    RenderedMessage

    Gets or sets the message template filled with the log event properties (can be null).

    Declaration
    public string RenderedMessage { get; set; }
    Property Value
    Type Description
    System.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
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Exception
      • Level
      • MessageTemplate
      • Properties
      • RenderedMessage
      • Timestamp
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX