Share via


KatoSetXML (Compact 2013)

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

See Also

Concepts

C Interface for Kato