C# Class DesignPatterns.Structural.Adapter.Adaptee.LogDbService

Adaptee class
Inheritance: IDbLogger
Mostra file Open project: falberthen/DesignPatterns.Collection

Public Methods

Method Description
LogExceptionInDb ( Exception exception ) : void
LogInDb ( string message ) : void

Method Details

LogExceptionInDb() public method

public LogExceptionInDb ( Exception exception ) : void
exception Exception
return void

LogInDb() public method

public LogInDb ( string message ) : void
message string
return void