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
CeLog Event Identifiers | CeLog Zones | CeLog Event Tracking Reference
Send Feedback on this topic to the authors