This content is part of a third party extension that is not supported by the Cake project.
Summary
Calculates the foreground color required to write out one
CakeReportEntry.
- Assembly
- Cake
.Module .Shared .dll - Namespace
- Cake
.Module .Shared - Containing Type
- Cake
Report Printer Base
Syntax
protected static ConsoleColor GetItemForegroundColor(CakeReportEntry item)
Parameters
| Name | Type | Description |
|---|---|---|
| item | CakeReportEntry | The CakeReportEntry. |
Return Value
| Type | Description |
|---|---|
| ConsoleColor | The calculated System.ConsoleColor. |
