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." ); |
|
|
Recent comments
8 hours 54 min ago
9 hours 1 min ago
11 hours 7 min ago
1 day 6 hours ago
1 day 6 hours ago
1 day 7 hours ago
1 day 7 hours ago
1 day 7 hours ago
1 day 8 hours ago
3 days 4 hours ago