BuildMaster SDK Reference
Version:

LogWarning(string messageFmt, object[] args) Method

Logs the specified message to the Action's log with a Warning log level.

Syntax

protected void LogWarning(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.