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 |
Method | Description | |
---|---|---|
DoWriteLine ( string message ) : void |
public Debug ( DebugFlags category, string message ) : void | ||
category | DebugFlags | |
message | string | |
return | void |
protected DoWriteLine ( string message ) : void | ||
message | string | |
return | void |
public ReportWriter ( string file, DebugFlags flags ) : System | ||
file | string | |
flags | DebugFlags | |
return | System |