aboutsummaryrefslogtreecommitdiff
path: root/src/logging.h
AgeCommit message (Expand)Author
2022-04-08Put lock logging behind DEBUG_LOCKCONTENTION preprocessor directiveJon Atack
2022-02-03refactor: replace boost::filesystem with std::filesystemKiminuo
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-10-11blockstorage: use debug log categoryAnthony Towns
2021-10-01Add syscall sandboxing (seccomp-bpf)practicalswift
2021-08-18log, sync: add LOCK logging category, apply it to lock contentionJon Atack
2021-07-22log: sort LogCategoriesList and LogCategoriesString alphabeticallyJon Atack
2021-04-23multiprocess: Add Ipc interface implementationRussell Yanofsky
2021-03-01net: implement the necessary parts of the I2P SAM protocolVasil Dimov
2021-01-15log: Prefix log messages with function name if -logsourcelocations is setpracticalswift
2020-12-06Don't declare de facto const member functions as non-constpracticalswift
2020-05-28refactor: Rename LockGuard to StdLockGuard for consistency with StdMutexHennadii Stepanov
2020-05-28Add thread safety annotated wrapper for std::mutexHennadii Stepanov
2020-05-27logging: thread safety annotationsAnthony Towns
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-04logging: Add member for arbitrary print callbacksMarcoFalke
2019-10-22Replace the LogPrint function with a macroJeffrey Czyz
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-09-12logging: Replace LogPrint macros with regular functionsMarcoFalke
2018-05-02logging: remove unused return value from LogPrintStrpracticalswift
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