IBuildAssemblerWriteMessage Method

Write a component message to the message log

Definition

Namespace: Sandcastle.Core.BuildAssembler
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
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

See Also