C# 클래스 VisualMutator.Infrastructure.Reporting

상속: IReporting
파일 보기 프로젝트 열기: visualmutator/visualmutator

공개 메소드들

메소드 설명
LogError ( string err ) : void
LogWarning ( string str ) : void
Reporting ( IMessageService messageService, IView view ) : System.Windows

메소드 상세

LogError() 공개 메소드

public LogError ( string err ) : void
err string
리턴 void

LogWarning() 공개 메소드

public LogWarning ( string str ) : void
str string
리턴 void

Reporting() 공개 메소드

public Reporting ( IMessageService messageService, IView view ) : System.Windows
messageService IMessageService
view IView
리턴 System.Windows