LogExtensions.

Warning(ICakeLog, string) Method

Summary

Writes an warning message to the log using the specified string value.
Namespace
Cake.Core.Diagnostics
Containing Type
LogExtensions

Syntax

public static void Warning(this ICakeLog log, string value)

Parameters

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

Return Value

Type Description
void