Understanding the definition of the warning method
The warning method is defined in the gateway
log manager service.
The warning method is defined as follows:
public void warning( Object message ); Where:
- message specifies the message string to be logged.
The warning method inserts the message
specified in the message parameter into the log
file specified in the MessageLog property for
this gateway.
Upon completion, the warning method
returns no value.