next up previous contents
Next: Output Text to Up: Logging Subprograms Previous: Disable Logging

Define a Prefix for Log Entries

This Subprogram may be used to establish a prefix for all subsequent Log Entries. Thus each entry will consist of this prefix and the actual User Input concatenated together.

Short Name Calling Sequence

STATUS = UIPXLG(PREFIX)

Long Name Calling Sequence

STATUS = UI_PREFIX_LOG(...)

Input Arguments

PREFIX (Character) Prefix String

Output Arguments

None

Function Value

UI__SUCCESS ) Success UISUCC )

UI__NOT_INITIALISED ) Package not Initialized UININI )

Note:

  1. Trailing spaces will be ignored and thus a null prefix (all spaces) will remove any previously established prefix.


Liz Buckle
Fri Jan 13 17:30:40 CST 1995