aboutsummaryrefslogtreecommitdiffstats
path: root/logging.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed an issue with logging.h when it was used outside of the crow coreAntony Woods2014-05-291-5/+7
|
* Added log handlers via the ILogHandler interface. At the moment these are ↵Antony Woods2014-05-231-61/+86
| | | | sti pretty trivial but should still allow you to add handlers for network, file etc.
* Added log level supportAntony Woods2014-05-201-3/+17
|
* Added primitive loggingAntony Woods2014-05-201-0/+68