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.
3/26/2014
This function specifies whether log strings will be output in XML format or raw text format.
Syntax
BOOL KatoSetXML(
HKATO hKato,
BOOL bXML
);
Parameters
- hKato
Handle to a CKato object.
- bXML
Set to TRUE to enable logging in XML format and FALSE to enable logging in raw format.
Return Value
TRUE if successful; otherwise, FALSE.
Requirements
Header |
kato.h |