log

session.log( String message )
Description
Causes message to be sent to the log. When the workbench is running, this will be found under the "Log" tab for the scraping session. When screen-scraper is running in server mode, the message will get sent to the corresponding ".log" file found in screen-scraper's "log" folder. When screen-scraper is invoked from the command line, the message will get sent to standard out.
Example
// Sends the message to the log.
session.log( "Inserting extracted data into the database." );