Printer Type
Any B2R2's layers should *not* use System.Console nor `printfn` to directly output strings. Instead, they should resort to the Printer to "indirectly" print out strings.
Constructors
Constructor | Description |
|
Instance members
Instance member | Description |
Full Usage:
this.Flush
Modifiers: abstract |
|
Full Usage:
this.Print
Parameters:
string
args : obj[]
Modifiers: abstract |
|
|
|
|
|
Full Usage:
this.PrintLine
Modifiers: abstract |
|
Full Usage:
this.PrintLine
Parameters:
string
args : obj[]
Modifiers: abstract |
|
Full Usage:
this.PrintLine
Parameters:
string
Modifiers: abstract |
|
|
|
|
|
Full Usage:
this.PrintLineIfPrevLineWasNotEmpty
Modifiers: abstract |
|
Full Usage:
this.PrintRow
Parameters:
bool
arg1 : TableConfig
arg2 : string list
Modifiers: abstract |
|
Full Usage:
this.PrintRow
Parameters:
bool
arg1 : TableConfig
arg2 : ColoredString list
Modifiers: abstract |
|
Full Usage:
this.PrintSectionTitle
Parameters:
string
Modifiers: abstract |
|
Full Usage:
this.PrintSubsectionTitle
Parameters:
string
Modifiers: abstract |
|
Full Usage:
this.PrintSubsubsectionTitle
Parameters:
string
Modifiers: abstract |
|
Full Usage:
this.PrintTwoCols
Parameters:
string
arg1 : string
Modifiers: abstract |
|
Full Usage:
this.PrintTwoColsWithColorOnSnd
Parameters:
string
arg1 : ColoredString
Modifiers: abstract |
|
Static members
Static member | Description |
Full Usage:
Printer.PrintErrorToConsole(str)
Parameters:
string
|
|
Full Usage:
Printer.PrintToConsole(s, args)
Parameters:
string
args : obj[]
|
|
|
|
|
|
Full Usage:
Printer.PrintToConsoleLine()
|
|
Full Usage:
Printer.PrintToConsoleLine(s, args)
Parameters:
string
args : obj[]
|
|
Full Usage:
Printer.PrintToConsoleLine(s)
Parameters:
string
|
|
|
|
|
|