BuildMaster SDK Reference
Version:

Log(MessageLevel level, string message, string category, string details) Method

Logs the specified message.

Syntax

public static void Log(MessageLevel level, string message, string category, string details)

Parameters

level
Type: MessageLevel

The level of the message.

message
Type: string

The message text to log.

category
Type: string

The category of the message.

details
Type: string

Extra information about the message, possibly including a stack trace.