aboutsummaryrefslogtreecommitdiffstats
path: root/core/logging.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Slightly improve logging on WindowsChris Robinson2021-11-211-2/+2
| | | | | The characters won't display properly if the system codepage isn't UTF-8, but at least it shouldn't cut the line off prematurely.
* Fix inverted macro checkChris Robinson2021-10-041-1/+1
|
* Don't call OutputDebugStringW in Release buildsChris Robinson2021-10-031-0/+6
|
* Silence some static analysis warningsChris Robinson2021-10-031-6/+6
|
* Move logging to coreChris Robinson2020-12-171-0/+95