Summary
Writes a formattable string verbose message to the log using the specified verbosity and 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 Verbose(this ICakeLog log, Verbosity verbosity, FormattableLogAction formattableLogAction)
Parameters
| Name | Type | Description |
|---|---|---|
| log | ICakeLog | The log. |
| verbosity | Verbosity | The verbosity. |
| formattableLogAction | FormattableLogAction | The formattable log action. |
Return Value
| Type | Description |
|---|---|
| void |
