BuildMaster SDK Reference
Version:

LogDebug(string messageFmt, object[] args) Method

Logs the specified message to the Provider's log with a Debug log level.

Syntax

protected void LogDebug(string messageFmt, object[] args)

Parameters

messageFmt
Type: string

Message to log as a composite format string.

args
Type: object[]

Arguments for the composite format string.