C# Class CmisSync.Lib.Queueing.DebugLoggingHandler

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

Public Methods

Method Description
Handle ( ISyncEvent e ) : bool

Handle the specified e.

Method Details

Handle() public method

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