Skip to main content

Class CloudLog

A log message sent to Meadow.Cloud

Assembly: Meadow.Contracts.dll
View Source
Declaration
public class CloudLog

Properties

Severity

The message's severity

View Source
Declaration
public string Severity { get; set; }

Message

The message's text

View Source
Declaration
public string Message { get; set; }

Timestamp

The timestamp of the message

View Source
Declaration
public DateTime Timestamp { get; set; }

Exception

Exception body of the message

View Source
Declaration
public string Exception { get; set; }