BuildMaster SDK Reference
Version:

LogMessageEventArgs(MessageLevel level, string message, string category, string details) Constructor

Initializes a new instance of the LogMessageEventArgs class.

Syntax

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

Parameters

level
Type: MessageLevel

The severity of the message.

message
Type: string

The message.

category
Type: string

The category.

details
Type: string

The details.