C# Class VisualMutator.Infrastructure.Reporting

Inheritance: IReporting
Afficher le fichier Open project: visualmutator/visualmutator

Méthodes publiques

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

Method Details

LogError() public méthode

public LogError ( string err ) : void
err string
Résultat void

LogWarning() public méthode

public LogWarning ( string str ) : void
str string
Résultat void

Reporting() public méthode

public Reporting ( IMessageService messageService, IView view ) : System.Windows
messageService IMessageService
view IView
Résultat System.Windows