Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

The following table shows the CeLog Event Tracking functions implemented by the kernel for event tracking. Applications can call these functions to log data and to control event tracking.

Programming element Description

CeLogData

This function is called by the kernel and by applications to log an event.

CeLogGetZones

This function is called to change the event tracking zones that are currently set and the zones that the kernel supports.

CeLogInterrupt

This function is called by the kernel twice for each interrupt: once when the interrupt occurs but before the interrupt service routine (ISR) is called, and once when the ISR returns to the kernel.

CeLogMsg

This function is called by applications to log a string event.

CeLogQueryZones

This function is called by the kernel to query the state of the zones from the event tracking DLL.

CeLogReSync

This function is called by applications to instruct the kernel to dump all current threads and processes to the event tracking engine.

CeLogSetZones

This function is called to change the current logging zones.

See Also