Siebel CRM Desktop for IBM Notes Administration Guide > Customizing Authentication > CRM Desktop SSO Objects You Can Customize >
Logger Object
The logger object is a global object that is available anywhere in the main script file. It allows 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 CRM Desktop SSO logs.
- class is a string that identifies the error class.
For example: logger.log ("SSO", "Sample message", 0);
|