summaryrefslogtreecommitdiff
path: root/src/Logging.cpp
AgeCommit message (Collapse)Author
2015-10-13Do not reuse va_list when logging both to screen and fileDaniel M. Pelt
2015-03-13Only allow stdout and stderr for screen loggingDaniel M. Pelt
2015-03-13Use a less verbose default fmt for screen logging and cleaner messagesDaniel M. Pelt
2015-03-13Enable logging to Matlab window using callback functionDaniel M. Pelt
Also introduces a mex initialize function that is called at the first invocation of any mex method.
2015-03-10Adds new logging capabilities (based on clog.h)Daniel M. Pelt