Skip to content
Snippets Groups Projects
Commit a9739d87 authored by Florian Fischer's avatar Florian Fischer Committed by Florian Schmaus
Browse files

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 0ecb2e24
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment