aboutsummaryrefslogtreecommitdiffstats
path: root/logging.h
Commit message (Collapse)AuthorAgeFilesLines
* Use C++ style header includeAlex Butum2014-07-081-3/+3
|
* Include settings for logging macros to be visibleAlex Butum2014-07-081-0/+2
|
* 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