BuildMaster SDK Reference
Version:

LogDebug(string messageFmt, object[] args) Method

Logs the specified message to the delegate log with a Debug log level.

Syntax

public 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.