logCurrentDateAndTime
void session.logCurrentDateAndTime ( ) (professional and enterprise editions only)
Description
Write current date and time to log (at most verbose level). It is formatted to be human readable.
Parameters
This method does not receive any parameters.
Return Values
Returns void. If an error occurs, an error will be thrown.
Change Log
Version | Description |
---|---|
4.5 | Available for professional and enterprise editions. |
Examples
Log Date and Time
// Output the current date and time to the log.
session.logCurrentDateAndTime();
session.logCurrentDateAndTime();
scraper on 07/16/2010 at 4:55 pm
- Printer-friendly version
- Login or register to post comments