BuildMaster SDK Reference
Version:

LogInformation(ILogSink sink, string message, string details) Method

Writes a message to the information log.

Syntax

public static void LogInformation(ILogSink sink, string message, string details)

Parameters

sink
Type: ILogSink

The log to write to.

message
Type: string

The log message.

details
Type: string

The log message details.

Exceptions

System.ArgumentNullException

sink is null (Nothing in Visual Basic).