Equinox Online Help - Language Reference - A to Z
ProfileMessage |
|
|---|---|
| Applies to | ![]() |
| Syntax | ProfileMessage EventNumber |
| Action | [Statement] Adds a trace message to the profile history |
| Scope | Usable anywhere |
| Notes | Supply EventNumber as a number between 6100 and 6199. This is the number used in the logs, to differentiate it from server requests and form events. Alternatively, use 0 to 99, which will be converted. The statement ProfileEvent may be used to add a text description and configure the event. The system workarea SysError is set to a non-zero value if an error occurs, otherwise zero. |
| Category | Profiling |
| See Also | ProfileEvent, ProfileEventStart, ProfileEventStop, ProfileLog, ProfilePause, ProfileResume, ProfileReset, ProfileStatus |
| Example | This example uses ProfileMessage to trace when a route is found number routeID(8, 0) |
