Table of Contents

IBuildAssembler.WriteMessage Method

Definition

Namespace
Sandcastle.Core.BuildAssembler
Assembly
Sandcastle.Core.dll

Write a component message to the message log

void WriteMessage(string componentName, MessageLevel level, string key, string message)

Parameters

componentName string

The name of the component writing the message

level MessageLevel

The message level

key string

An optional topic key related to the message or null if there isn't one

message string

The message to write to the console

Remarks

If the message level is below the current verbosity level setting, the message is ignored