C# Class GenSync.Logging.EntitySynchronizationLogger

Inheritance: IEntitySynchronizationLogger
Afficher le fichier Open project: aluxnimm/outlookcaldavsynchronizer Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
OnDisposed ( ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EntitySynchronizationLogger() public méthode

public EntitySynchronizationLogger ( ) : System
Résultat System

GetReport() public méthode

public GetReport ( ) : EntitySynchronizationReport
Résultat EntitySynchronizationReport

LogAbortedDueToError() public méthode

public LogAbortedDueToError ( Exception exception ) : void
exception System.Exception
Résultat void

LogAbortedDueToError() public méthode

public LogAbortedDueToError ( string errorMessage ) : void
errorMessage string
Résultat void

LogMappingError() public méthode

public LogMappingError ( string message ) : void
message string
Résultat void

LogMappingError() public méthode

public LogMappingError ( string message, Exception exception ) : void
message string
exception System.Exception
Résultat void

LogMappingWarning() public méthode

public LogMappingWarning ( string warning ) : void
warning string
Résultat void

LogMappingWarning() public méthode

public LogMappingWarning ( string warning, Exception exception ) : void
warning string
exception System.Exception
Résultat void

SetAId() public méthode

public SetAId ( object id ) : void
id object
Résultat void

SetBId() public méthode

public SetBId ( object id ) : void
id object
Résultat void