Logging
- cimba.LOGGER_FATAL
- cimba.LOGGER_ERROR
- cimba.LOGGER_WARNING
- cimba.LOGGER_INFO
Logger flags exported from the native Cimba logger.
- cimba.logger_flags_on(flags)
Enable one or more Cimba logger flags in the current thread.
- cimba.logger_flags_off(flags)
Disable one or more Cimba logger flags in the current thread.