SysDiagnosticLog Class

诊断日志。

Definition

Namespace: QuickAdmin.Entity.Admin
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 2.0.13
C#
[Display(Name = "诊断日志")]
public class SysDiagnosticLog : EntityWithAutoIdKey, 
	IReadOnlyCRUDEntity<long>, ICRUDEntity<long>, IEntityWithIdKey<long>, 
	IEntity, ITruncateColumnValues<SysDiagnosticLog>
Inheritance
object    EntityWithIdKeylong    EntityWithIdKey    EntityWithAutoIdKey    SysDiagnosticLog
Implements
ICRUDEntitylong, IEntity, IEntityWithIdKeylong, IReadOnlyCRUDEntitylong, ITruncateColumnValuesSysDiagnosticLog

Constructors

SysDiagnosticLogInitializes a new instance of the SysDiagnosticLog class

Properties

Public Properties

DiagnosticData 获取/设置诊断数据。
Id 获取/设置 Id 主键。
(Inherited from EntityWithAutoIdKey)
LogCode 获取/设置日志代码。
LoginLogId 获取/设置对应的登录日志 Id。
LogMsg 获取/设置日志消息。
LogSource 获取/设置日志源。
LogTime 获取/设置日志记录时间。
LogTitle 获取/设置日志标题。
RequestUrl 获取/设置请求 Url。
ServerNode 获取/设置服务器节点。
UserId 获取/设置用户 Id。
UserIp 获取/设置用户 Ip。
UserLoginId 获取/设置用户登录 Id。

Methods

Public Methods

ToString 返回对本实体的描述字符串。
(Inherited from EntityWithIdKeyTKey)
TruncateColumnValues 按需截断各个字段值。

See Also