Websydian v6.1 online documentationOnline documentation - WebsydianExpress v3.0

CreateLogMessage

Scoped name

Abstract.CreateLogMessage

Purpose

By inheriting from this function, you can create your own customized messages in the WebsydianExpress message log.

Whenever you call the implemented function, a message is created based on the text entered in the scoped _MessageText sourcecode object, the parameters you specify on the call, and information retrieved form the session that is being handled when the call to the function is made.

Usage