Ultralight C API 1.3.0
|
Go to the source code of this file.
Data Structures | |
struct | ULLogger |
Typedefs | |
typedef void(* | ULLoggerLogMessageCallback) (ULLogLevel log_level, ULString message) |
The callback invoked when the library wants to print a message to the log. | |
Enumerations | |
enum | ULLogLevel { kLogLevel_Error = 0 , kLogLevel_Warning , kLogLevel_Info } |
typedef void(* ULLoggerLogMessageCallback) (ULLogLevel log_level, ULString message) |
The callback invoked when the library wants to print a message to the log.
enum ULLogLevel |