Click or drag to resize
LogManagerRecord Method
记录流程异常日志

Namespace: Slickflow.Engine.Business.Manager
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public void Record(
	string title,
	LogEventType eventType,
	LogPriority priority,
	Object extraObject,
	Exception e
)

Parameters

title
Type: SystemString
eventType
Type: Slickflow.Engine.CommonLogEventType
priority
Type: Slickflow.Engine.CommonLogPriority
extraObject
Type: SystemObject
e
Type: SystemException
See Also