aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/logging.h
Commit message (Collapse)AuthorAgeFilesLines
* Don't log the function or prefixChris Robinson2019-06-041-7/+6
| | | | | | It's ultimately unnecessary since the message is an indicator about where it was logged from. The message itself is generally more important than where it was from, too.
* Remove the SZFMT macroChris Robinson2019-04-111-8/+0
| | | | C++11 mandates the %zu/d formatter
* Define logging calls to be unlikelyChris Robinson2019-01-071-4/+6
|
* Add a method to prefix logged function namesChris Robinson2018-12-281-11/+5
|
* Move some ambisonic-related macros to a separate headerChris Robinson2018-12-151-0/+8
|
* Rename a couple global variablesChris Robinson2018-12-091-7/+7
| | | | Avoid clashing with an enum name
* Fix a couple internal headers to compile with C++Chris Robinson2018-10-291-2/+2
|
* Add extern "C" to some headersChris Robinson2018-03-091-0/+8
|
* Move logging declarations to a separate headerChris Robinson2018-01-111-0/+61