Understanding the definition of the debug method

The debug method is defined in the gateway log manager service.

The debug method is defined as follows:

public void debug( Object message ); 

Where:

  • message specifies the message string to be logged.

The debug method inserts the message specified in the message parameter into the log file specified in the MessageLog property for this gateway.

Upon completion, the debug method returns no value.