emilk / loguru

A lightweight C++ logging library
The Unlicense
1.77k stars 256 forks source link

Allow user to disable ptls names #149

Closed richardhozak closed 4 years ago

richardhozak commented 4 years ago

Allows user to opt out of uset thread local storage for thread names. For some reason, I get weird hex names when using ptls for thread names on my system: 2020-06-16 20:53:22.134 ( 2.817s) [ AF61228] Without using ptls names everyhing works correctly.