Share via


Filtering CeLog Events (Windows Embedded CE 6.0)

1/5/2010

CeLog event types are arranged into related groups called zones. By enabling and disabling the CeLog zones, you can control the event types that CeLog collects. For example, the zone CELZONE_THREAD contains all event types related to threads. When you enable CELZONE_THREAD, CeLog collects all thread events as they occur.

You can also use CeLog zones to reduce the volume of data collected by event logging, because zones turn on and off certain data streams. For example, if you set the default zones to 0 in the registry on the development workstation, you do not collect information about events that occur while the device is booting.

In This Section

  • CeLog Zones
    Contains a complete list of the pre-defined collection zones you can set.

See Also

Other Resources

CeLog Data Collection