C# Class GenSync.Logging.EntitySynchronizationLogger

Inheritance: IEntitySynchronizationLogger
ファイルを表示 Open project: aluxnimm/outlookcaldavsynchronizer Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
OnDisposed ( ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

EntitySynchronizationLogger() public method

public EntitySynchronizationLogger ( ) : System
return System

GetReport() public method

public GetReport ( ) : EntitySynchronizationReport
return EntitySynchronizationReport

LogAbortedDueToError() public method

public LogAbortedDueToError ( Exception exception ) : void
exception System.Exception
return void

LogAbortedDueToError() public method

public LogAbortedDueToError ( string errorMessage ) : void
errorMessage string
return void

LogMappingError() public method

public LogMappingError ( string message ) : void
message string
return void

LogMappingError() public method

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

LogMappingWarning() public method

public LogMappingWarning ( string warning ) : void
warning string
return void

LogMappingWarning() public method

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

SetAId() public method

public SetAId ( object id ) : void
id object
return void

SetBId() public method

public SetBId ( object id ) : void
id object
return void