BuildMaster SDK Reference
Version:

SimpleLogMessage(MessageLevel level, string message, string category, string details, object contextData) Constructor

Initializes a new instance of the SimpleLogMessage class.

Syntax

public .ctor(MessageLevel level, string message, string category, string details, object contextData)

Parameters

level
Type: MessageLevel

The message level.

message
Type: string

The message text.

category
Type: string

The message category.

details
Type: string

The message details.

contextData
Type: object

The context data.