C# 클래스 MetroLog.Targets.LogEventInfoItem

파일 보기 프로젝트 열기: onovotny/MetroLog 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetExceptionWrapper ExceptionWrapper
GetForInsert LogEventInfoItem
ToJson string

공개 메소드들

메소드 설명
LogEventInfoItem ( ) : MetroLog.NetCore.Targets.SQLite
SetException ( Exception ex ) : void

비공개 메소드들

메소드 설명
GetExceptionWrapper ( ) : ExceptionWrapper
GetForInsert ( LogWriteContext context, LogEventInfo info, MetroLog.Targets.SessionHeaderItem session ) : LogEventInfoItem
ToJson ( ) : string

메소드 상세

LogEventInfoItem() 공개 메소드

public LogEventInfoItem ( ) : MetroLog.NetCore.Targets.SQLite
리턴 MetroLog.NetCore.Targets.SQLite

SetException() 공개 메소드

public SetException ( Exception ex ) : void
ex System.Exception
리턴 void