Mercurial > hg > svcore
log base/Debug.cpp @ 1398:e1926cba940c
age | author | description |
---|---|---|
Fri, 25 Nov 2016 17:33:12 +0000 | Chris Cannam | Don't show this... We should find a better way to make it available in the UI 3.0-integration |
Tue, 22 Nov 2016 16:39:17 +0000 | Chris Cannam | Add SVCERR and the ability to silence debug output (giving Sonic Annotator a --quiet mode) 3.0-integration |
Thu, 03 Nov 2016 14:57:00 +0000 | Chris Cannam | Make SVDEBUG always write to a log file -- formerly this was disabled in NDEBUG builds. I think there's little use to that, it just means that we keep adding more cerr debug output because we aren't getting the log we need. And SVDEBUG logging is not usually used in tight loops, I don't think the performance overhead is too serious. piper |