C# 클래스 GenSync.Logging.EntitySynchronizationLogger

상속: IEntitySynchronizationLogger
파일 보기 프로젝트 열기: aluxnimm/outlookcaldavsynchronizer 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void
Dispose ( ) : void
EntitySynchronizationLogger ( ) : System
GetReport ( ) : EntitySynchronizationReport
LogAbortedDueToError ( Exception exception ) : void
LogAbortedDueToError ( string errorMessage ) : void
LogMappingError ( string message ) : void
LogMappingError ( string message, Exception exception ) : void
LogMappingWarning ( string warning ) : void
LogMappingWarning ( string warning, Exception exception ) : void
SetAId ( object id ) : void
SetBId ( object id ) : void

비공개 메소드들

메소드 설명
OnDisposed ( ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EntitySynchronizationLogger() 공개 메소드

public EntitySynchronizationLogger ( ) : System
리턴 System

GetReport() 공개 메소드

public GetReport ( ) : EntitySynchronizationReport
리턴 EntitySynchronizationReport

LogAbortedDueToError() 공개 메소드

public LogAbortedDueToError ( Exception exception ) : void
exception System.Exception
리턴 void

LogAbortedDueToError() 공개 메소드

public LogAbortedDueToError ( string errorMessage ) : void
errorMessage string
리턴 void

LogMappingError() 공개 메소드

public LogMappingError ( string message ) : void
message string
리턴 void

LogMappingError() 공개 메소드

public LogMappingError ( string message, Exception exception ) : void
message string
exception System.Exception
리턴 void

LogMappingWarning() 공개 메소드

public LogMappingWarning ( string warning ) : void
warning string
리턴 void

LogMappingWarning() 공개 메소드

public LogMappingWarning ( string warning, Exception exception ) : void
warning string
exception System.Exception
리턴 void

SetAId() 공개 메소드

public SetAId ( object id ) : void
id object
리턴 void

SetBId() 공개 메소드

public SetBId ( object id ) : void
id object
리턴 void