next up previous contents
Next: Disable Viewport Logging Up: Viewport Logging Subprograms Previous: Enable Viewport Logging

Specify Prefix for Viewport Logging

This Subprogram specified a prefix text string that will be concatenated with the actual log text prior to outputting it to the Log File.

Short Name Calling Sequence

STATUS = UIPXVL(PREFIX,VPRTID)

Long Name Calling Sequence

STATUS = UI_PREFIX_VIEWPORT_LOG(...)

Input Arguments

PREFIX (Character) Prefix VPRTID (Integer) Viewport ID

Output Arguments

None

Function Value

UI__SUCCESS ) Success UISUCC )

UI__NOT_INITIALIZED ) Package not Initialized UININI )

UI__ILLEGAL_VIEWPORT ) Illegal Viewport ID UIILVP )

Note:

  1. The Prefix string will be truncated to a maximum of 32 characters.
  2. A null prefix (all spaces) will be treated as disabling the prefix.
  3. The VPRTID Argument is optional and, if omitted, defaults to the currently setup Viewport.


Liz Buckle
Fri Jan 13 17:49:20 CST 1995