aboutsummaryrefslogtreecommitdiff
path: root/src/dutil/inc/conutil.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace ExitTrace with new DUTIL_CALLBACK_TRACEERROR callback.Sean Hall2020-06-241-5/+11
| | | | | | This allows capturing internal dutil errors and eventually supports filtering to certain parts of dutil. Add Exit...Source macros to simplify calling both TraceError/TraceErrorDebug and Dutil_TraceErrorSource. Make existing Exit macros call the new Exit...Source macros so the logic is in one place.
* Add Console*LastError macros and delete deprecated ones.Sean Hall2020-05-161-6/+2
|
* Initial commitRob Mensching2017-09-031-0/+78