22#ifndef ULTRALIGHT_CAPI_LOGGER_H
23#define ULTRALIGHT_CAPI_LOGGER_H
Various defines and utility functions for the C API.
struct C_String * ULString
Definition CAPI_Defines.h:65
ULLogLevel
Definition CAPI_Logger.h:35
@ kLogLevel_Info
Definition CAPI_Logger.h:35
@ kLogLevel_Error
Definition CAPI_Logger.h:35
@ kLogLevel_Warning
Definition CAPI_Logger.h:35
void(* ULLoggerLogMessageCallback)(ULLogLevel log_level, ULString message)
The callback invoked when the library wants to print a message to the log.
Definition CAPI_Logger.h:40
Definition CAPI_Logger.h:42
ULLoggerLogMessageCallback log_message
Definition CAPI_Logger.h:43