logInfo

void session.logInfo ( String message ) (professional and enterprise editions only)

Description

Write message to the log, at the the info level (second most verbose).

Parameters

  • message Message to be written to the log, as a string

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

Write to Log at Info level

 // Sends the message to the second lowest level of logging.
 session.logInfo( "Traversing search results pages..." );