aboutsummaryrefslogtreecommitdiff
path: root/src/logging.h
Commit message (Expand)AuthorAgeFilesLines
* refactor: Rename LockGuard to StdLockGuard for consistency with StdMutexHennadii Stepanov2020-05-281-3/+3
* Add thread safety annotated wrapper for std::mutexHennadii Stepanov2020-05-281-1/+1
* logging: thread safety annotationsAnthony Towns2020-05-271-7/+9
* log: Use Join() helper when listing log categoriesMarcoFalke2020-04-161-8/+9
* scripted-diff: Bump copyright of files changed in 2020MarcoFalke2020-01-151-1/+1
* Merge #16688: log: Add validation interface loggingWladimir J. van der Laan2020-01-091-0/+1
|\
| * Add VALIDATION to BCLog::LogFlagsJeffrey Czyz2020-01-031-0/+1
* | scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
|/
* scripted-diff: Change `BCLog::DB` to `BCLog::WALLETDB`Wladimir J. van der Laan2019-11-081-1/+1
* logging: Add member for arbitrary print callbacksMarcoFalke2019-11-041-1/+19
* Replace the LogPrint function with a macroJeffrey Czyz2019-10-221-7/+8
* test: Log to debug.log in all testsMarcoFalke2019-06-201-0/+2
* logging: Add threadsafety commentsMarcoFalke2019-05-281-6/+10
* Log early messages with -printtoconsoleAnthony Towns2019-05-281-1/+4
* Replace OpenDebugLog() with StartLogging()Anthony Towns2019-05-281-1/+1
* threads: prefix log messages with thread namesJames O'Beirne2019-04-291-0/+2
* log: Construct global logger on first useMarcoFalke2019-01-291-4/+4
* logging: Replace LogPrint macros with regular functionsMarcoFalke2018-09-121-33/+22
* logging: remove unused return value from LogPrintStrpracticalswift2018-05-021-1/+1
* util: Store debug log file path in BCLog::Logger member.Jim Posen2018-04-291-2/+2
* scripted-diff: Rename BCLog::Logger member variables.Jim Posen2018-04-291-13/+13
* util: Refactor GetLogCategory.Jim Posen2018-04-291-2/+6
* util: Encapsulate logCategories within BCLog::Logger.Jim Posen2018-04-271-4/+12
* util: Move debug file management functions into Logger.Jim Posen2018-04-271-4/+10
* util: Establish global logger object.Jim Posen2018-04-271-12/+35
* MOVEONLY: Move logging code from util.{h,cpp} to new files.Jim Posen2018-04-181-0/+125