Table of Contents

Class Log

Namespace
HeBianGu.Service.Mvc
Assembly
HeBianGu.Service.Mvc.dll

日志实体类

public class Log : NotifyPropertyChanged, INotifyPropertyChanged
Inheritance
Log
Implements
Inherited Members
Extension Methods

Properties

Flag

标识

public string Flag { get; set; }

Property Value

string

Message

日志信息

public string Message { get; set; }

Property Value

string

Time

时间

public string Time { get; set; }

Property Value

string

Title

标题

public string Title { get; set; }

Property Value

string