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
Mostra file Open project: garyjohnson/wpnest Class Usage Examples

Public Methods

Method 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 method

Initializes a new instance of the DebugOutputProvider class.
public DebugOutputProvider ( ) : System
return System

Process() public method

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.
return void