Calling the info method
You can call the info method in any of
the gateway's source files whenever you want to insert a log
message of type INFO into the log file specified
in the MessageLog property for this gateway.
The following example shows a call to the info method:
.
.
.
logger.info("Alert reclaim from ARS failed:"); 1
.
.
.
- Calls the
infomethod, which writes the specified message to the log file specified in the MessageLog property for this gateway.