C Interface for Kato (Windows Embedded CE 6.0)
1/6/2010
The following table shows the functions that are used for the C interface for Kato.
Function | Description |
---|---|
Begins a new level in the logging hierarchy. |
|
Logs a string to the current logging level with a specified verbosity level. |
|
Creates a CKato object and returns a handle to it. |
|
Destroys a CKato object. |
|
Ends the current level in the logging hierarchy. |
|
Retrieves the current logging level of the CKato object. |
|
Retrieves the 32-bit application-specific value set by KatoSetItemData. |
|
Queries the number of times a given verbosity has been logged in a given level. |
|
Logs a string to the current logging level with a specified verbosity level. |
|
Sends a buffer of raw data to a particular system on the server side. |
|
Associates a 32-bit application-specific value with a CKato object. |
Requirements
Header | kato.h |
Library | kato.lib |
Windows Embedded CE | Windows CE 3.0 and later |