acquireIObservabilityProvider#

Fully qualified name: omni::observability::acquireIObservabilityProvider

Defined in omni/observability/IObservabilityProvider.h

IObservabilityProvider *omni::observability::acquireIObservabilityProvider(
)#

Acquire the main IObservabilityProvider interface.

Remark

This function comes from omni.observability.core. You must link that library into your library/application to use this. You must also link omni.observability.core into the main executable (Kit links to this).

Thread Safety

This is thread safe and the pointer will live until the library is unloaded.

Returns:

The interface pointer. This will never return nullptr.