next up previous contents
Next: Logical Unit Manipulation Up: Logging Subprograms Previous: Define a Prefix

Output Text to Log File

This Subprogram outputs the specified text string to the Log File if this is currently enabled. Otherwise it is ignored.

Short Name Calling Sequence

STATUS = UIOULG(TEXT)

Long Name Calling Sequence

STATUS = UI_OUTPUT_LOG(...)

Input Arguments

TEXT (Character) Text String

Output Arguments

None

Function Value

UI__SUCCESS ) Success UISUCC )

UI__NOT_INITIALISED ) Package not Initialized UININI )

UI__WRITE_OUTPUT ) Unable to Write to UICOWR ) Output File

Note:

  1. The call will be ignored if Logging is not enabled.
  2. No check is made to ensure that the specified text string is valid (i.e. will form valid input when accessed from the generated Indirect Command File).


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