Click or drag to resize
AkEventLog Class
事件日志。
Inheritance Hierarchy
SystemObject
  Appkit.CommonAkEventLog

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public class AkEventLog

The AkEventLog type exposes the following members.

Constructors
  NameDescription
Public methodAkEventLog
构造。
Top
Methods
  NameDescription
Public methodAdd
添加事件。
Public methodBegin
开始事件记录。

清除已有的事件记录。

Public methodClear
清除事件记录。
Public methodStatic memberGet
获取会话状态共享的事件日志。

当日志不存时自动创建。

Public methodGetInfos
获取事件的信息。
Public methodOutput
输出到浏览器console。

同时创建JSON对象eventLog,该对象的time-begin属性的值为开始时间、time-end属性的值为结束时间。

Public methodShow
显示事件到页面 hdnEventLog 隐藏域。
Top
Properties
  NameDescription
Public propertyTotalTime
总的时间(毫秒)。
Top
See Also