XdtTransformationLog.

LogWarning(string, string, object[]) Method

Summary

Logging interface implementation.
Assembly
Cake.XdtTransform.dll
Namespace
Cake.XdtTransform
Containing Type
XdtTransformationLog

Syntax

public void LogWarning(string file, string message, params object[] messageArgs)

Parameters

Name Type Description
file string
message string
messageArgs object[]

Return Value

Type Description
void