bmx-ng / sdl.mod

SDL backend for BlitzMax
7 stars 6 forks source link

Expose "SDL_Log()" #4

Closed GWRon closed 8 years ago

GWRon commented 8 years ago

Currently I do not see an option to write something to the android log.

SDL provides "SDL_Log()" for this: https://wiki.libsdl.org/SDL_Log

But I do not see it exposed for use in BMX-NG. Adding this, would provide easier ways to provide some kind of "debug information" (via adb logcat | grep blitzmax ;-)).

woollybah commented 8 years ago

Added a bunch of logging functions.