make log() thread-safe by dropping the log level map
Concurrently using the CLOG_CONFIG map can result in a segmentation fault. To prevent concurrent access to LOG_CONFIG a new constexpr getLevelFor is introduces analogue to getTagFor.
parent
abe40d3d
Branches thread_safe_log_config
No related tags found
Please register or sign in to comment