Make getter/setter of thread-local variable static
The function `logger::thread_local_aid` accesses a thread-local variable. Hence, dispatching this through to the logger object makes little sense.
Showing
Please register or sign in to comment