Click or drag to resize
LogManager Class
日志处理记录类
Inheritance Hierarchy
SystemObject
  ManagerBase
    Slickflow.Engine.Business.ManagerLogManager

Namespace: Slickflow.Engine.Business.Manager
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public class LogManager : ManagerBase

The LogManager type exposes the following members.

Constructors
  NameDescription
Public methodLogManager
Initializes a new instance of the LogManager class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInsert
插入流程日志数据
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRecord
记录流程异常日志
Public methodStatic memberRecordLog
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyRepository (Inherited from ManagerBase.)
Top
See Also