C# Class Disruptor.IgnoreExceptionHandler

Convenience implementation of an exception handler that using Console.WriteLine to log the exception
Inheritance: IExceptionHandler
Show file Open project: TimGebhardt/Disruptor.NET Class Usage Examples

Public Methods

Method Description
Handle ( Exception ex, Entry currentEntry ) : void
IgnoreExceptionHandler ( ) : System
IgnoreExceptionHandler ( ILog log ) : System

Method Details

Handle() public method

public Handle ( Exception ex, Entry currentEntry ) : void
ex System.Exception
currentEntry Entry
return void

IgnoreExceptionHandler() public method

public IgnoreExceptionHandler ( ) : System
return System

IgnoreExceptionHandler() public method

public IgnoreExceptionHandler ( ILog log ) : System
log ILog
return System