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
componentNamestringThe name of the component writing the message
levelMessageLevelThe message level
keystringAn optional topic key related to the message or null if there isn't one
messagestringThe message to write to the console
Remarks
If the message level is below the current verbosity level setting, the message is ignored