Table of Contents

LogEntry 类

命名空间
ClassIsland.Core.Models.Logging
程序集
ClassIsland.Core.dll
public class LogEntry : ObservableRecipient, INotifyPropertyChanged, INotifyPropertyChanging
继承
LogEntry
实现
继承成员

属性

CategoryName

public string CategoryName { get; set; }

属性值

string

Exception

public Exception? Exception { get; set; }

属性值

Exception

LogLevel

public LogLevel LogLevel { get; set; }

属性值

LogLevel

Message

public string Message { get; set; }

属性值

string

Time

public DateTime Time { get; set; }

属性值

DateTime

方法

ToString()

Returns a string that represents the current object.

public override string ToString()

返回

string

A string that represents the current object.