CKato (C++)
This interface is the C++ interface for Kato.
Methods
The following table shows the methods for this interface in alphabetical order. Like all COM interfaces, this interface inherits the methods for the IUnknown interface.
Method | Description |
---|---|
CKato::BeginLevel | Begins a new level in the logging hierarchy. |
CKato::BeginLevelV | Begins a new level in the logging hierarchy. |
CKato::CKato | Constructs a new CKato object. |
CKato::Comment | Logs a string to the current logging level with a specified verbosity level. |
CKato::CommentV | Logs a string to the current logging level with a specified verbosity level. |
CKato::EndLevel | Ends the current level in the logging hierarchy. |
CKato::EndLevelV | Ends the current level in the logging hierarchy. |
CKato::GetCurrentLevel | Retrieves the current logging level of the CKato object. |
CKato::GetItemData | Retrieves the 32-bit application-specific value set by SetItemData. |
CKato::GetVerbosityCount | Queries the number of times a given verbosity has been logged in a given level. |
CKato::Log | Logs a string to the current logging level with a specified verbosity level. |
CKato::LogV | Logs a string to the current logging level with a specified verbosity level. |
CKato::SendSystemData | Sends a buffer of raw data to a particular system on the server side. |
CKato::SetItemData | Associates a 32-bit application-specific value with the CKato object that can later be retrieved by GetItemData. |
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Kato.h.
Link Library: Kato.lib.
See Also
Last updated on Friday, October 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.