LOG element

Obsolete. Specifies that the URL of the parent ITEM element should be recorded in a page-hit log file.

Usage

<LOG
  VALUE = "document:view"/>

Attributes

Attribute Type Required Description

VALUE

document:view

Yes

String value specifying the event to be logged. Currently, "document:view" is the only value supported by Internet Explorer.

Child elements

There are no child elements.

Parent elements

Element

ITEM

Remarks

Windows Internet Explorer 7. The Channel Definition Format (CDF) is obsolete and should not be used.

Only ITEMs in the same domain as the CDF file can be logged. This is to prevent providers from tracking the client's use of other provider's sites.

Note that this element is also valid for a CDF file being used as an Microsoft Active Desktop item (<USAGE USAGE="DesktopComponent"></USAGE>).

Examples

Each time the ITEM in the following example is viewed, its URL will be recorded in the page-hit log file.

<ITEM  HREF="http://www.joyware.tld/promo.htm">
    <LOG VALUE="document:view"/>
</ITEM>

Element information

Minimum supported system

Windows XP
Can be empty Yes

See also

Reference

LOGTARGET

Conceptual

About Active Channel Features