mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
e9d5d5088a
* Add info and error logging * Add tests for error logging * Add logging for missing field * Update docs for logging usage * Fix style and pass by ref for string format args * Make log_level explicit and simplify get log level from env * Make log level int32_t * Format enum class * Fix ci * Move enum to header * Fix compilation for noexception build in test case * Disable warnings and putenv --------- Co-authored-by: Yong Xiang Ng <yxng@drwholdings.com>