Méthode | Description | |
---|---|---|
Insert ( object entity ) : void |
插入流程日志数据
|
|
Record ( string title, LogEventType eventType, LogPriority priority, object extraObject, System e ) : void |
记录流程异常日志
|
|
RecordLog ( string title, LogEventType eventType, LogPriority priority, object extraObject, System e ) : void |
public Record ( string title, LogEventType eventType, LogPriority priority, object extraObject, System e ) : void | ||
title | string | |
eventType | LogEventType | |
priority | LogPriority | |
extraObject | object | |
e | System | |
Résultat | void |
public static RecordLog ( string title, LogEventType eventType, LogPriority priority, object extraObject, System e ) : void | ||
title | string | |
eventType | LogEventType | |
priority | LogPriority | |
extraObject | object | |
e | System | |
Résultat | void |