Analysis_LogEvent - Solution Sites Routine
This function logs a Commerce event (CEVT) to the Web server log file.
Definition
Sub Analysis_LogEvent(
byVal sClass,
byVal sEvent,
byVal rgKeyValueStrings)
Parameters
- sClass
A string containing the class of the event. - sEvent
A string containing the name of the event. - rgKeyValueStrings
An array of strings containing the properties to log.
Defined in File
Routines Called
None.
Called By
Remarks
The format of the logged event is:
CEVT={T=sClass,EVT=sEvent,property1,property2,...}
See Also
About the Analysis Integration Feature for Solution Sites
Copyright © 2005 Microsoft Corporation.
All rights reserved.