WScript.Echo is really just an alias for Action.SendLogMessage to make it easier to use scripts that were intended to work under wscript. Action.SendLogMessage allows you to specify a status type such as information, warning or error which affects how the value is shown in the log.