log
void proxySession.log ( String message )
Description
Write to the log.
Parameters
- message Message to be written to the log, as a string.
Return Values
Returns void.
Change Log
Version | Description |
---|---|
4.5 | Available for all editions. |
Examples
Write to Log
// Writes "Inserting request parameters into the database."
// to the proxy session log
proxySession.log( "Inserting request parameters into the database." );
// to the proxy session log
proxySession.log( "Inserting request parameters into the database." );
scraper on 07/16/2010 at 5:15 pm
- Printer-friendly version
- Login or register to post comments