Summary
Writes an formattable string error message to the log using the specified log message action.
Evaluates log message only if the verbosity is equal to or more verbose than the log's verbosity.
- Namespace
- Cake
.Core .Diagnostics - Containing Type
- LogExtensions
Syntax
public static void Error(this ICakeLog log, FormattableLogAction formattableLogAction)
Parameters
| Name | Type | Description |
|---|---|---|
| log | ICakeLog | The log. |
| formattableLogAction | FormattableLogAction | The log action. |
Return Value
| Type | Description |
|---|---|
| void |
