C# 클래스 Slickflow.Engine.Business.Manager.LogManager

日志处理记录类
상속: Slickflow.Data.ManagerBase
파일 보기 프로젝트 열기: uname-yang/WorkFlow-Engine-OData-WebApi-with-OdataClient

공개 메소드들

메소드 설명
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

메소드 상세

Insert() 공개 메소드

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

Record() 공개 메소드

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

RecordLog() 공개 정적인 메소드

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