asmodehn / sdlut

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

Logger broken on Linux #2

Open asmodehn opened 10 years ago

asmodehn commented 10 years ago

The Logger works fine on Windows, but is broken on Linux. Only "SDL will use XXXxYYY @ XX " and PixelFormat debug messages are displayed for some reason. Need some code reviewing ( maybe need to improve Logger to derivate from std::ostream as well )