C# Class Mono.CSharp.ReportPrinter

Show file Open project: kumpera/mono Class Usage Examples

Public Properties

Property Type Description
Stacktrace bool

Public Methods

Method Description
Print ( AbstractMessage msg ) : void
Reset ( ) : void

Protected Methods

Method Description
FormatText ( string txt ) : string
Print ( AbstractMessage msg, TextWriter output ) : void

Method Details

FormatText() protected method

protected FormatText ( string txt ) : string
txt string
return string

Print() public method

public Print ( AbstractMessage msg ) : void
msg AbstractMessage
return void

Print() protected method

protected Print ( AbstractMessage msg, TextWriter output ) : void
msg AbstractMessage
output System.IO.TextWriter
return void

Reset() public method

public Reset ( ) : void
return void

Property Details

Stacktrace public property

Whether to dump a stack trace on errors.
public bool Stacktrace
return bool