C# Class VisualMutator.Infrastructure.Reporting

Inheritance: IReporting
显示文件 Open project: visualmutator/visualmutator

Public Methods

Method Description
LogError ( string err ) : void
LogWarning ( string str ) : void
Reporting ( IMessageService messageService, IView view ) : System.Windows

Method Details

LogError() public method

public LogError ( string err ) : void
err string
return void

LogWarning() public method

public LogWarning ( string str ) : void
str string
return void

Reporting() public method

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