omniGetLogWithoutAcquire

Defined in omni/log/ILog.h

inline omni::log::ILog *omniGetLogWithoutAcquire()

Returns the global log. omni::core::IObject::acquire() is not called on the returned pointer.

The global omni::log::ILog instance can be configured by passing an omni::log::ILog to omniCoreStart(). If an instance is not provided, omniCreateLog() is called.