C# Class Microsoft.Silverlight.Testing.Harness.DebugOutputProvider

The most verbose log provider, this calls .ToString() on each and every LogMessage that it processes. The output will appear in an attached debugger's "Output" window.
Inheritance: Microsoft.Silverlight.Testing.Harness.LogProvider
Afficher le fichier Open project: garyjohnson/wpnest Class Usage Examples

Méthodes publiques

Méthode Description
DebugOutputProvider ( ) : System

Initializes a new instance of the DebugOutputProvider class.

Process ( Microsoft.Silverlight.Testing.Harness.LogMessage logMessage ) : void

Display a LogMessage in the debug output window.

Method Details

DebugOutputProvider() public méthode

Initializes a new instance of the DebugOutputProvider class.
public DebugOutputProvider ( ) : System
Résultat System

Process() public méthode

Display a LogMessage in the debug output window.
public Process ( Microsoft.Silverlight.Testing.Harness.LogMessage logMessage ) : void
logMessage Microsoft.Silverlight.Testing.Harness.LogMessage Message object.
Résultat void