Refactor: Added App_Log() to the libdeng2 C wrapper, use it everywhere
App_Log() works the same way as the LOG_* macros: a newline isautomatically added (if there isn’t one). Replaced applicable use ofLogBuffer_Printf() with App_Log() calls.
View differences
Refactor: Added App_Log() to the libdeng2 C wrapper, use it everywhere
App_Log() works the same way as the LOG_* macros: a newline is
automatically added (if there isn’t one). Replaced applicable use of
LogBuffer_Printf() with App_Log() calls.