olofson / audiality2

A realtime scripted modular audio engine for video games and musical applications.
http://audiality.org/
zlib License
80 stars 5 forks source link

Proper internal log facilities #334

Closed olofson closed 6 years ago

olofson commented 6 years ago

Implement proper log functions/macros, with well defined log levels, instead of the current mess of fprintf()s and "debug selector" macros.

(See also #333.)