Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following table shows the functions that are used for the C interface for Kato.
Function | Description |
---|---|
KatoBeginLevel | Begins a new level in the logging hierarchy. |
KatoComment | Logs a string to the current logging level with a specified verbosity level. |
KatoCreate | Creates a CKato object and returns a handle to it. |
KatoDestroy | Destroys a CKato object. |
KatoEndLevel | Ends the current level in the logging hierarchy. |
KatoGetCurrentLevel | Retrieves the current logging level of the CKato object. |
KatoGetItemData | Retrieves the 32-bit application-specific value set by KatoSetItemData. |
KatoGetVerbosityCount | Queries the number of times a given verbosity has been logged in a given level. |
KatoLog | Logs a string to the current logging level with a specified verbosity level. |
KatoSendSystemData | Sends a buffer of raw data to a particular system on the server side. |
KatoSetItemData | Associates a 32-bit application-specific value with a CKato object. |
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Kato.h.
Link Library: Kato.lib.
See Also
Send Feedback on this topic to the authors