BuildMaster SDK Reference
Version:

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

Writes a message to the warning log.

Syntax

public static void LogWarning(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).