asmodehn / sdlut

SDL utility toolkit - A C++ wrapper arount SDL 1.2
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

Logger mixing thread #1

Open asmodehn opened 10 years ago

asmodehn commented 10 years ago

The Logger is not thread safe. SDLut must derivate from Logger to implement a mutex locking interface...