XdtTransformationLog.

LogError(string, object[]) Method

Summary

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

Syntax

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

Parameters

Name Type Description
message string
messageArgs object[]

Return Value

Type Description
void