OMNI_OTEL_DEBUG#

Defined in omni/observability/Utils.h

OMNI_OTEL_DEBUG#

A macro indicating whether the current compilation unit is built in debug mode.

Always defined as either 0 or 1. Can be overridden by defining before this file is included or by passing on the compiler command line. Defined as 0 if NDEBUG is defined; 1 otherwise.