|
Navigation: Object Model Reference > Builder Object > LogMessage Method |
![]() ![]()
|
Logs a message to the build output.
Syntax
builder.LogMessage(ByVal message As String, ByVal appendCrLf As Boolean = True)
Arguments
builder
Builder object
message
Required. The message to log.
appendCrLf
Optional. Whether to add a newline to the log output after the message.
See Also
Applies to Builder object