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