LogEntry 类
- 命名空间
- ClassIsland.Core.Models.Logging
- 程序集
- ClassIsland.Core.dll
public class LogEntry : ObservableRecipient, INotifyPropertyChanged, INotifyPropertyChanging
- 继承
-
LogEntry
- 实现
- 继承成员
属性
CategoryName
public string CategoryName { get; set; }
属性值
Exception
public Exception? Exception { get; set; }
属性值
LogLevel
public LogLevel LogLevel { get; set; }
属性值
Message
public string Message { get; set; }
属性值
Time
public DateTime Time { get; set; }
属性值
方法
ToString()
Returns a string that represents the current object.
public override string ToString()
返回
- string
A string that represents the current object.