Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
StoryTeller
Results
DebugReport
C# Class StoryTeller.Results.DebugReport
Inheritance:
System.Diagnostics.TraceListener
,
Report
,
IDisposable
Show 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