Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
#define kTrace (   TAG)    kTrace_(TAG)

Generates a trace event using the given tag (string literals only).

Type is equivalence is determined using kObject_Is.

kTrace statements are omitted if K_NO_TRACE is defined.

Parameters
TAGString literal passed to the trace handler.