This is part of the Fake.Core.Trace module.

ConsoleWriter

Functions and values

Function or valueDescription
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