Summary
Writes a formattable string verbose message to the log using the specified format information.
- Namespace
- Cake
.Core .Diagnostics - Containing Type
- LogExtensions
Syntax
public static void Verbose(this ICakeLog log, FormattableString formattable)
Parameters
| Name | Type | Description |
|---|---|---|
| log | ICakeLog | The log. |
| formattable | FormattableString | The string to be formatted. |
Return Value
| Type | Description |
|---|---|
| void |
