LogEntry

Namespace: Babel.Data Assembly: Babel.Data.dll

Represents a log entry.

public class LogEntry : EntityTracker, INotifyPropertyChanged

Inheritance

objectEntityTrackerLogEntry

Implements

INotifyPropertyChanged

Inherited Members

EntityTracker.SetWithNotify<T>(T, ref T, string), EntityTracker.IsDirty, EntityTracker.PropertyChanged, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

LogEntry()

public LogEntry()

Properties

Exception

Gets or sets the exception of the log entry.

public string Exception { get; set; }

Property Value

string

Id

Gets or sets the ID of the log entry.

public int Id { get; set; }

Property Value

int

Level

Gets or sets the level of the log entry.

public string Level { get; set; }

Property Value

string

Message

Gets or sets the message of the log entry.

public string Message { get; set; }

Property Value

string

MessageTemplate

Gets or sets the message template of the log entry.

public string MessageTemplate { get; set; }

Property Value

string

Properties

Gets or sets the properties of the log entry.

public string Properties { get; set; }

Property Value

string

TimeStamp

Gets or sets the timestamp of the log entry.

public DateTime TimeStamp { get; set; }

Property Value

DateTime

Last updated