Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check here if exists in a module.
More information regarding the migration can be found here
ConsoleWriter
Functions and values
Function or value | Description |
colorMap(traceData)
Signature: traceData:TraceData -> ConsoleColor
|
A default color map which maps TracePriorities to ConsoleColors |
write toStdErr color newLine text
Signature: toStdErr:bool -> color:ConsoleColor -> newLine:bool -> text:string -> unit
|
|
writeAnsiColor(...)
Signature: toStdErr:bool -> color:ConsoleColor -> newLine:bool -> text:string -> unit
|