summaryrefslogtreecommitdiff
path: root/include/ouroboros/logs.h
Commit message (Collapse)AuthorAgeFilesLines
* lib: updated log message formattingdimitri staessens2016-03-241-8/+20
| | | | | | | | | logs will now display as follows: (EE): error, in red (WW): warning, in yellow (II): info, in green (NI): missing code, in blue (DB): debug messages in white
* logs.h: Added LOG_DBGF macroDimitri Staessens2016-02-231-0/+2
| | | | Displays the function name in the log message.
* include: Add copyright noticeSander Vrijders2016-02-121-0/+3
| | | | Added a copyright notice to the logs.h file
* include: Add logging infrastructureSander Vrijders2016-02-121-0/+45
Adds the logging infrastructure to the prototype. 2 helper scripts are also provided to compile the prototype in either release or debug mode. In debug mode debugging logs are printed.