C# Class CmisSync.Lib.Queueing.DebugLoggingHandler

Debug logging handler. Does nothing else then calling each toString method of every incoming event.
Inheritance: SyncEventHandler
Afficher le fichier Open project: OpenDataSpace/CmisSync

Méthodes publiques

Méthode Description
Handle ( ISyncEvent e ) : bool

Handle the specified e.

Method Details

Handle() public méthode

Handle the specified e.
public Handle ( ISyncEvent e ) : bool
e ISyncEvent /// Each event will be logged ///
Résultat bool