Navigation:  Object Model Reference > Builder Object >

LogMessageEx Method

Previous pageReturn to chapter overviewNext page

Logs a message to the build output and returns the specified status.

 

Syntax

 

builder.LogMessageEx(ByVal status As StepStatusEnum = vbldStepStatSucceeded, ByVal message As String, ByVal appendCrLf As Boolean = True) As StepStatusEnum

 

Arguments

 

builder

       Builder object

 

message

       Required.  The message to log.

 

status

       Optional.  The status to return from the function.  If an error status is specified, a log level of Error will be used; otherwise a log level of Detailed will be used.

 

appendCrLf

       Optional.  Whether to add a newline to the log output after the message.

 

See Also

 

Applies to Builder object