summaryrefslogtreecommitdiffstats
path: root/src/Logging.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Do not reuse va_list when logging both to screen and fileDaniel M. Pelt2015-10-131-16/+44
|
* Only allow stdout and stderr for screen loggingDaniel M. Pelt2015-03-131-1/+5
|
* Use a less verbose default fmt for screen logging and cleaner messagesDaniel M. Pelt2015-03-131-0/+1
|
* Enable logging to Matlab window using callback functionDaniel M. Pelt2015-03-131-2/+6
| | | | | Also introduces a mex initialize function that is called at the first invocation of any mex method.
* Adds new logging capabilities (based on clog.h)Daniel M. Pelt2015-03-101-0/+175