aboutsummaryrefslogtreecommitdiff
path: root/src/logging.cpp
AgeCommit message (Expand)Author
2020-06-07log: remove deprecated `db` log categoryJon Atack
2020-05-28refactor: Rename LockGuard to StdLockGuard for consistency with StdMutexHennadii Stepanov
2020-05-27Merge #16127: More thread safety annotation coverageMarcoFalke
2020-05-27logging: thread safety annotationsAnthony Towns
2020-05-22doc: Add and fix comments about never destroyed objectsHennadii Stepanov
2020-04-16log: Use Join() helper when listing log categoriesMarcoFalke
2020-01-15scripted-diff: Bump copyright of files changed in 2020MarcoFalke
2020-01-09Merge #16688: log: Add validation interface loggingWladimir J. van der Laan
2020-01-03Add VALIDATION to BCLog::LogFlagsJeffrey Czyz
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-11-08scripted-diff: Change `BCLog::DB` to `BCLog::WALLETDB`Wladimir J. van der Laan
2019-11-08Rename `db` log category to `walletdb` (like `coindb`)Wladimir J. van der Laan
2019-11-04logging: Add member for arbitrary print callbacksMarcoFalke
2019-10-15util: 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