C# 클래스 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.
상속: Microsoft.Silverlight.Testing.Harness.LogProvider
파일 보기 프로젝트 열기: garyjohnson/wpnest 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

DebugOutputProvider() 공개 메소드

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

Process() 공개 메소드

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.
리턴 void