C# Class StoryTeller.Results.DebugReport

Inheritance: System.Diagnostics.TraceListener, Report, IDisposable
Mostra file Open project: storyteller/Storyteller

Public Methods

Method Description
Dispose ( ) : void
StartListening ( ) : void
ToHtml ( ) : string
Write ( string message ) : void
WriteLine ( string message ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

StartListening() public method

public StartListening ( ) : void
return void

ToHtml() public method

public ToHtml ( ) : string
return string

Write() public method

public Write ( string message ) : void
message string
return void

WriteLine() public method

public WriteLine ( string message ) : void
message string
return void