Summary
Writes an informational message to the log using the specified value.
- Namespace
- Cake
.Core .Diagnostics - Containing Type
- LogExtensions
Syntax
public static void Information(this ICakeLog log, object value)
Parameters
Name | Type | Description |
---|---|---|
log | ICakeLog | The log. |
value | object | The value. |
Return Value
Type | Description |
---|---|
void |