aboutsummaryrefslogtreecommitdiff
path: root/src/logging.cpp
AgeCommit message (Expand)Author
2019-10-19util: Filter control characters out of log messagesWladimir J. van der Laan
2019-06-20test: Log to debug.log in all testsMarcoFalke
2019-05-28logging: Add threadsafety commentsMarcoFalke
2019-05-28Log early messages with -printtoconsoleAnthony Towns
2019-05-28Replace OpenDebugLog() with StartLogging()Anthony Towns
2019-04-29threads: prefix log messages with thread namesJames O'Beirne
2019-01-29log: Construct global logger on first useMarcoFalke
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-08-29Don't close old debug log file handle prematurely when trying to re-open (on ...practicalswift
2018-08-15refactor: use fs:: over boost::filesystem::fanquake
2018-05-07Merge #13149: Handle unsuccessful fseek(...):sWladimir J. van der Laan
2018-05-03Print a log message if we fail to shrink the debug log filepracticalswift
2018-05-02Handle unsuccessful fseek(...):spracticalswift
2018-05-02logging: remove unused return value from LogPrintStrpracticalswift
2018-05-02logging: Fix potential use-after-free in LogPrintStr(...)practicalswift
2018-04-29util: Store debug log file path in BCLog::Logger member.Jim Posen
2018-04-29scripted-diff: Rename BCLog::Logger member variables.Jim Posen
2018-04-29util: Refactor GetLogCategory.Jim Posen
2018-04-27util: Encapsulate logCategories within BCLog::Logger.Jim Posen
2018-04-27util: Move debug file management functions into Logger.Jim Posen
2018-04-27util: Establish global logger object.Jim Posen
2018-04-18MOVEONLY: Move logging code from util.{h,cpp} to new files.Jim Posen