XdtTransformationLog.

EndSection(string, object[]) Method

Summary

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

Syntax

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

Parameters

Name Type Description
message string
messageArgs object[]

Return Value

Type Description
void