Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

Valid values for destination are:

z/OS

Html bobswift
<ul>
<li> <b>logfile</b><br>
Writes the messages to ddname <b><code>UNVLOG</code></b>.
<li> <b>system</b><br>
Writes the messages to the console as WTO messages.
</ul>


Default for a console process is system.

Windows

Html bobswift
<ul>
<li> <b>logfile</b><br>
Writes the messages to a log file. The log file location is specified by the Log Directory option. The current log file name is <b><code>unv.log</code></b>. Past generation log files are named <b><code>unvNNNN.log</code></b>, where <b><code>NNNN</code></b> equals the generation number. By default, five generations are kept.
<li> <b>stderr</b><br>
Writes the messages to the console. <b>stderr</b> is a valid value only if Universal Broker is running as a console application.
<li> <b>system</b><br>
Writes the messages to the Windows Application Event Log.
</ul>


Default depends on how Universal Broker is started:

  • Default for a Windows Service is system.
  • Default for a console application is stderr.

UNIX

Html bobswift
<ul>
<li> <b>stderr</b><br>
Writes the messages to the console. <b>stderr</b> is a valid value only if Universal Broker is running as a console application.
<li> <b>logfile</b><br>
Writes the messages to a log file. The log file location is specified by the Log Directory option. The current log file name is <b><code>unv.log</code></b>. Past generation log files are named <b><code>unvNNNN.log</code></b>, where <b><code>NNNN</code></b> equals the generation number. By default, five generations are kept.
<li> <b>system</b><br>
Writes the messages to the <b><code>syslog</code></b> daemon.
</ul>


Default depends on how Universal Broker is started:

  • Default for a console process is stderr.
  • Default for a daemon process is logfile.

IBM i

Html bobswift
<ul>
<li> <b>stderr</b><br>
Writes the messages to the STDERR file. A batch job's STDERR file is allocated to the print file <b><code>QPRINT</code></b>.
<li> <b>logfile</b><br>
Writes the messages to the job's job log.
<li> <b>system</b><br>
Writes the messages to the system operator message queue <b><code>QSYSOPR</code></b>.
</ul>


The product is delivered with a value of logfile.
 
If a value of system is preferred, you may want to reduce the number of messages written to the message queue by specifying a MESSAGE_LEVEL of warn.
 
Default is stderr.