launchdarkly / cpp-sdks

C++ Client/Server SDKs
Other
5 stars 2 forks source link

feat: add C bindings for getting log levels #334

Closed cwaldren-ld closed 9 months ago

cwaldren-ld commented 9 months ago

This adds bindings for retrieving the log level name or enum value from a string. It was already present in C++ but missing in C.

Needed for Lua bindings.