FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

ConsoleWriter Module

Functions and values

Function or value Description

colorMap traceData

Full Usage: colorMap traceData

Parameters:
Returns: ConsoleColor

A default color map which maps TracePriorities to ConsoleColors

traceData : TraceData
Returns: ConsoleColor

write toStdErr color newLine text

Full Usage: write toStdErr color newLine text

Parameters:
    toStdErr : bool
    color : ConsoleColor
    newLine : bool
    text : string

toStdErr : bool
color : ConsoleColor
newLine : bool
text : string

writeAnsiColor toStdErr color newLine text

Full Usage: writeAnsiColor toStdErr color newLine text

Parameters:
    toStdErr : bool
    color : ConsoleColor
    newLine : bool
    text : string

toStdErr : bool
color : ConsoleColor
newLine : bool
text : string