Message
Write a message to the ErrorFile and to the stdout.
Synopsis
Scope
This directive is available for use globally
(in the "interchange.cfg" configuration file),
and locally (in the "catalog.cfg" configuration file).
The global configuration affects all websites running
under the Interchange instance.
Each individual website's local configuration will not affect
or influence other websites in any way.
Description
This directive simply writes the given text to the
ErrorFile and to the stdout.
It can be useful to show configuration and startup messages.
There are two optional flags that can be specified along with
the text,
as follows:
| Flag
|
Description
|
| -n |
Strip leading and trailing whitespace prior to the output of the message. |
| -i |
Only write the message to the stdout and not to the ErrorFile. |