BuildMaster SDK Reference
Version:

LogInformation(string messageFmt, object[] args) Method

Logs the specified message to the Provider's log with an Information log level.

Syntax

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