Writes the specified message to the event log or log the specified
exception and associated message to the error log file.
Syntax
Parameters
string
|
the message to log to the event log.
|
Returns
Notes
This method is only accessible by ss and by iScript Servlet.
Example
Context( ).log( message )
Syntax
Parameters
exception
|
the exception to log to the error log.
|
Returns
Notes
This method is only accessible by ss and by iScript Servlet.
Example
Context( ).log( exception )
Syntax
log( string , exception )
Parameters
string
|
the associated message to log.
|
exception
|
the exception to log to the error log.
|
Returns
Notes
This method is only accessible by ss and by iScript Servlet.
Example
Context( ).log( message, exception )
|