OMNI_APP_GLOBALS

Defined in omni/core/Omni.h

OMNI_APP_GLOBALS(clientName_, desc_)

Helper macro to declare globals needed my the omni library when using the omni library in an application.

It is expected this macro will be called in the global scope of main.cpp.

The given string defines the name of Carbonite’s default logging channel.

See OMNI_CORE_INIT().