logMonitoredValuesClose
void log.logMonitoredValuesClose ( Object message ) (professional and enterprise editions only)
Description
Logs closing values to indicate the scrape is complete and what values were when everything finished. It will log at whatever the highest level logged to was. For instance, if a webWarn had been logged during the scrape, this will log at the warning level.
Parameters
- message A message to output as a header for this log entry
Return Value
This method returns void.
Change Log
Version | Description |
---|---|
5.5.29a | Available in all editions. |
5.5.43a | Moved from session to log class. |
Examples
Log the currently monitored values at the end of the scrape
log.logMonitoredValuesClose("Scrape Completed");
mikes on 11/18/2011 at 5:47 pm
- Printer-friendly version
- Login or register to post comments