Load SDL2 library, redirect logging to our logger. You can pass a null logger if you don't want logging. You can specify a minimum version of SDL2 you wish your project to support. Creating this object doesn't initialize any SDL subsystem!
The logger to redirect logging to.
The version of SDL2 to load. Defaults to SharedLibVersion(2, 0, 2).
SDL2Exception on error.
http://wiki.libsdl.org/SDL_Init, subSystemInit
See Implementation
Load SDL2 library, redirect logging to our logger. You can pass a null logger if you don't want logging. You can specify a minimum version of SDL2 you wish your project to support. Creating this object doesn't initialize any SDL subsystem!