Property | Type | Description | |
---|---|---|---|
NoColours | bool |
Property | Type | Description | |
---|---|---|---|
ClearInteractive | void | ||
FlushOutput | void | ||
FormatOutput | void | ||
Printer | System | ||
SetOutputColour | void |
Method | Description | |
---|---|---|
CreateProgressBarPrinter ( string initialLine, string title, string>.Func | ||
CreateSimplePrinter ( string title, string>.Func |
||
CreateSpinnerBarPrinter ( string initialLine, string title, string>.Func |
||
CreateSpinnerPrinter ( string title, string>.Func |
||
Escape ( string s ) : string | ||
PopIndent ( ) : void | ||
PrintDiagnostics ( string v ) : void | ||
PrintError ( string v ) : void | ||
PrintMessage ( string v ) : void | ||
PrintMessageSingleLine ( string v ) : void | ||
PrintWarning ( string v ) : void | ||
PushIndent ( ) : void | ||
RestoreDefaults ( ) : void | ||
Write ( MessageType type, string message ) : void | ||
WriteLineDiagnostics ( string message ) : void | ||
WriteLineError ( string error ) : void | ||
WriteLineMessage ( string message ) : void | ||
WriteLineWarning ( string warning ) : void |
Method | Description | |
---|---|---|
ClearInteractive ( ) : void | ||
FlushOutput ( bool newline, string>.Tuple |
||
FormatOutput ( string v ) : void | ||
Printer ( ) : System | ||
SetOutputColour ( OutputColour style ) : void |
public static CreateProgressBarPrinter ( string initialLine, string title, string>.Func |
||
initialLine | string | |
title | string | |
formatter | string>.Func | |
percentCalculator | float>.Func | |
percentFormatter | Func |
|
barWidth | int | |
return | InteractivePrinter |
public static CreateSimplePrinter ( string title, string>.Func |
||
title | string | |
formatter | string>.Func | |
return | InteractivePrinter |
public static CreateSpinnerBarPrinter ( string initialLine, string title, string>.Func |
||
initialLine | string | |
title | string | |
formatter | string>.Func | |
barWidth | int | |
return | InteractivePrinter |
public static CreateSpinnerPrinter ( string title, string>.Func |
||
title | string | |
formatter | string>.Func | |
return | InteractivePrinter |
public static PrintDiagnostics ( string v ) : void | ||
v | string | |
return | void |
public static PrintMessage ( string v ) : void | ||
v | string | |
return | void |
public static PrintMessageSingleLine ( string v ) : void | ||
v | string | |
return | void |
public static PrintWarning ( string v ) : void | ||
v | string | |
return | void |
public static Write ( MessageType type, string message ) : void | ||
type | MessageType | |
message | string | |
return | void |
public static WriteLineDiagnostics ( string message ) : void | ||
message | string | |
return | void |
public static WriteLineError ( string error ) : void | ||
error | string | |
return | void |
public static WriteLineMessage ( string message ) : void | ||
message | string | |
return | void |
public static WriteLineWarning ( string warning ) : void | ||
warning | string | |
return | void |