Share via


KatoSetLogsAreComments (Compact 2013)

3/26/2014

This function configures Kato to treat log messages as comments and ignore the verbosity level of the associated messages.

Syntax

BOOL KatoSetLogsAreComments(
      HKATO hKato, 
      BOOL bLogsAreComments
);

Parameters

  • hKato
    Handle to a CKato object.
  • bLogsAreComments
    Set to TRUE to treat log messages as comments; set to FALSE to re-enable verbosity level of the messages.

Return Value

TRUE if successful; otherwise, FALSE.

Requirements

Header

kato.h

See Also

Concepts

C Interface for Kato