Summary
Logs the specified message.
- Namespace
- NBuildKit
.MsBuild .Tasks .Core - Containing Type
- MsBuildLogger
Syntax
[SuppressMessage("Microsoft.Design", "CA1062:Validate arguments of public methods", MessageId = "0", Justification = "The 'ShouldLog' method validates the message.")]
public void Log(LogMessage message)
Attributes
Type | Description |
---|---|
Suppress |
Parameters
Name | Type | Description |
---|---|---|
message | LogMessage | The message. |
Return Value
Type | Description |
---|---|
void |