Class CloudLog
A log message sent to Meadow.Cloud
Assembly: Meadow.Contracts.dll
View Source
public class CloudLog
Properties
Severity
The message's severity
View Source
public string Severity { get; set; }
Message
The message's text
View Source
public string Message { get; set; }
Timestamp
The timestamp of the message
View Source
public DateTime Timestamp { get; set; }
Exception
Exception body of the message
View Source
public string Exception { get; set; }