C# Class Slickflow.Engine.Business.Manager.LogManager

日志处理记录类
Inheritance: Slickflow.Data.ManagerBase
Exibir arquivo Open project: uname-yang/WorkFlow-Engine-OData-WebApi-with-OdataClient

Public Methods

Method 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

Method Details

Insert() public method

插入流程日志数据
public Insert ( object entity ) : void
entity object
return void

Record() public method

记录流程异常日志
public Record ( string title, LogEventType eventType, LogPriority priority, object extraObject, System e ) : void
title string
eventType LogEventType
priority LogPriority
extraObject object
e System
return void

RecordLog() public static method

public static RecordLog ( string title, LogEventType eventType, LogPriority priority, object extraObject, System e ) : void
title string
eventType LogEventType
priority LogPriority
extraObject object
e System
return void