Kanzi 4.0.0-beta2
Categories

Define categories to organize traces. More...

Collaboration diagram for Categories:

Macros

#define kzTraceCreateCategory(type, title, desc, enabled)
 Defines a Tracing category that can be used to enable and disable trace scopes.
 

Detailed Description

Define categories to organize traces.

Macro Definition Documentation

◆ kzTraceCreateCategory

#define kzTraceCreateCategory ( type,
title,
desc,
enabled )

Defines a Tracing category that can be used to enable and disable trace scopes.

This should only be used in the global namespace.

Parameters
typeThe scope key.
titleThe scope title.
descA description of the scope.
enabledA boolean to indicate if the scope is enabled at compile time. If disabled, the category cannot be enabled at run time.