C# Class UCosmic.Impl.ElmahExceptionLogger

Inheritance: ILogExceptions
Exibir arquivo Open project: ucosmic/UCosmicPreview

Public Methods

Method Description
ElmahExceptionLogger ( IManageConfigurations config ) : System
LogException ( Exception exception ) : void

Method Details

ElmahExceptionLogger() public method

public ElmahExceptionLogger ( IManageConfigurations config ) : System
config IManageConfigurations
return System

LogException() public method

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