CKato::SetLogsAreComments (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 SetLogsAreComments(
      BOOL bLogsAreComments
);

Parameters

  • bLogsAreComments
    Set to TRUE to treat log messages as comments; set to False to re-enable the verbosity level of the messages.

Return Value

TRUE if successful; otherwise, FALSE.

Requirements

Header

kato.h

See Also

Concepts

CKato (C++)