LogExtensions.

Verbose(ICakeLog, object) Method

Summary

Writes a verbose message to the log using the specified value.
Namespace
Cake.Core.Diagnostics
Containing Type
LogExtensions

Syntax

public static void Verbose(this ICakeLog log, object value)

Parameters

Name Type Description
log ICakeLog The log.
value object The value.

Return Value

Type Description
void