This is part of the Fake.Core.Trace module.
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
| Constructor | Description | 
          
            new(...)
          
          
            Signature: (importantMessagesToStdErr:bool * colorMap:(TraceData -> ConsoleColor) * ansiColor:bool) -> ConsoleTraceListener 
         |