Logger Object
The logger object is a global object that is available anywhere in the main script file. It allows Siebel CRM Desktop SSO to log messages to a general log. It uses the following format:
log(component,message,class)
where:
component is a string that identifies the source of the log message
message is a string that identifies the message that Siebel CRM Desktop SSO logs.
class is a string that identifies the error class.
For example:
logger.log ("SSO", "Sample message", 0);