C# Class Mono.Debugger.ReportWriter

Inheritance: DebuggerMarshalByRefObject
Datei anzeigen Open project: baulig/debugger Class Usage Examples

Public Methods

Method Description
Debug ( DebugFlags category, string message ) : void
Error ( string message ) : void
Print ( string message ) : void
ReadLine ( ) : string
ReportWriter ( ) : System
ReportWriter ( string file, DebugFlags flags ) : System

Protected Methods

Method Description
DoWriteLine ( string message ) : void

Method Details

Debug() public method

public Debug ( DebugFlags category, string message ) : void
category DebugFlags
message string
return void

DoWriteLine() protected method

protected DoWriteLine ( string message ) : void
message string
return void

Error() public method

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

Print() public method

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

ReadLine() public method

public ReadLine ( ) : string
return string

ReportWriter() public method

public ReportWriter ( ) : System
return System

ReportWriter() public method

public ReportWriter ( string file, DebugFlags flags ) : System
file string
flags DebugFlags
return System