Method |
Description |
|
Confirm ( string description ) : bool |
|
|
Log ( MessageLevel level, string message ) : void |
|
|
PrintJustified ( int startIndex, string text ) : void |
|
|
PrintJustified ( int startIndex, string text, int maxWidth ) : void |
|
|
Write ( object value ) : void |
|
|
Write ( string value ) : void |
|
|
WriteError ( object value ) : void |
|
|
WriteError ( string value ) : void |
|
|
WriteLine ( ) : void |
|
|
WriteLine ( object value ) : void |
|
|
WriteLine ( string value ) : void |
|
|
WriteWarning ( bool prependWarningText, string value ) : void |
|
|
WriteWarning ( string value ) : void |
|
|