Cobra Help

MsgLogger Object Interface

A custom hook can use the message logger object to add messages to the message log.

The MsgLogger object provides the following methods:

Method Name Parameters Notes
AddMessage (string) String: The message to add
AddWarningMessage (string) String: The warning message to add Warning messages are prefixed with a ‘[Warning]’ tag.
AddErrorMessage (string) String: The error message to add Error messages are prefixed with a ‘[Error]’ tag.

How to...

Run the API Script

Create Windows Shortcut for the API Script


Learn more about...

API

API Script


Parent Topic:

Project Template Creation