emilk / loguru

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

Refactor and improve get_thread_name #159

Closed emilk closed 3 years ago

emilk commented 3 years ago

The code is now better structured and readable. Anytime we fail to read a thread name we now fall back to a Hex ID.

Closes https://github.com/emilk/loguru/issues/157

BullyWiiPlaza commented 3 years ago

I tested it and I approve, it's working as expected on Windows. I didn't review the changes in detail though.

emilk commented 3 years ago

@BullyWiiPlaza thanks for testing it for me!