Class LogMessageResponseModel
Inheritance
System.Object
Namespace: Umbraco.Cms.Api.Management.ViewModels.LogViewer
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class LogMessageResponseModel
Properties
View SourceException
Gets or sets an exception associated with the log event (can be null).
Declaration
public string Exception { get; set; }
Property Value
Type | Description |
---|---|
System. |
Level
Gets or sets the level of the event.
Declaration
public LogLevel Level { get; set; }
Property Value
Type | Description |
---|---|
Log |
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. |
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<Log |
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. |
Timestamp
Gets or sets the time at which the log event occurred.
Declaration
public DateTimeOffset Timestamp { get; set; }
Property Value
Type | Description |
---|---|
Date |