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 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 |