C# 클래스 DesignPatterns.Structural.Adapter.Adaptee.LogDbService

Adaptee class
상속: IDbLogger
파일 보기 프로젝트 열기: falberthen/DesignPatterns.Collection

공개 메소드들

메소드 설명
LogExceptionInDb ( Exception exception ) : void
LogInDb ( string message ) : void

메소드 상세

LogExceptionInDb() 공개 메소드

public LogExceptionInDb ( Exception exception ) : void
exception Exception
리턴 void

LogInDb() 공개 메소드

public LogInDb ( string message ) : void
message string
리턴 void