summaryrefslogtreecommitdiff
path: root/src/logger.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix a whole bunch of warnings generated by Clang.Christopher James Halse Rogers2014-05-281-2/+2
| | | | | Mostly printf-format-not-literal, which is mostly just paranoia, but also some genuine bugs that I have no idea why GCC doesn't find (like not returning a value from a non-void function)
* create a new Logger interfacea7x2013-08-141-0/+60