Note: This API documentation is for FAKE version 4. The migration API documentation can be found here. The API documentation for the new fake 5 modules can be found here

ConsoleTraceListener

Implements a TraceListener for System.Console.

Parameters

  • importantMessagesToStdErr - Defines whether to trace important messages to StdErr.
  • colorMap - A function which maps TracePriorities to ConsoleColors.

Constructors

ConstructorDescription
new(...)
Signature: (importantMessagesToStdErr:bool * colorMap:(TraceData -> ConsoleColor) * useAnsiColorCodes:bool) -> ConsoleTraceListener