#CAPTION# setLoggingCallback ——————
Sets a callback function for the logging system. #END#
#LUA# .. code-block:: lua
# not available
#END#
#PYTHON# .. code-block:: python
# not available
#END#
#CAPI# .. code-block:: c
void oms_setLoggingCallback(void (cb)(oms_message_type_enu_t type, const char message));
#END#
#DESCRIPTION# #END#