aboutsummaryrefslogtreecommitdiff
path: root/nxcomp/src/Log.h
Commit message (Expand)AuthorAgeFilesLines
* Update Copyright yearsUlrich Sibiller2023-04-281-4/+4
* Log.h: fix some shadow warningsUlrich Sibiller2020-11-031-7/+7
* nxcomp/src/Log.h: take a reference-type in generic has_newline() function.Mihai Moldovan2017-12-271-1/+1
* nxcomp/src/Log.h: make sure we don't pass NULL pointers to strstr().Mihai Moldovan2017-12-271-1/+8
* nxcomp/src/Log.{cpp,h}: provide infrastructure for appending to already exist...Mihai Moldovan2017-12-251-15/+44
* nxcomp/src/Log.h: NXLogStamp constructor should actually take a size_t-typed ...Mihai Moldovan2017-12-251-1/+1
* nxcomp/src/Log.h: use initializer lists instead of initializing member variab...Mihai Moldovan2017-12-251-17/+4
* Loop.cpp: fix more memory leaksUlrich Sibiller2017-12-091-1/+15
* nxcomp/src/Log.h: prepare for logger testing application.Mihai Moldovan2017-10-271-0/+4
* nxcomp/src/Log.h: block signals while writing out data.Mihai Moldovan2017-10-271-0/+20
* nxcomp/src/Log.{cpp,h}: port to std::stack as internal buffer structure.Mihai Moldovan2017-10-271-18/+34
* nxcomp/Log.h: delete stream_ member before class object destruction.Mihai Moldovan2017-10-271-0/+4
* nxcomp/Log.h: also clear the buffer after setting it to an empty string.Mihai Moldovan2017-10-271-1/+2
* Set default log level to WARNINGVadim Troshchinskiy2017-10-271-1/+1
* New logging implementationVadim Troshchinskiy2017-10-271-0/+500