aboutsummaryrefslogtreecommitdiff
path: root/src/logging.cpp
Commit message (Expand)AuthorAgeFilesLines
* log: remove deprecated `db` log categoryJon Atack2020-06-071-9/+1
* refactor: Rename LockGuard to StdLockGuard for consistency with StdMutexHennadii Stepanov2020-05-281-3/+3
* Merge #16127: More thread safety annotation coverageMarcoFalke2020-05-271-3/+3
|\
| * logging: thread safety annotationsAnthony Towns2020-05-271-3/+3
* | doc: Add and fix comments about never destroyed objectsHennadii Stepanov2020-05-221-2/+2
|/
* log: Use Join() helper when listing log categoriesMarcoFalke2020-04-161-19/+4
* 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-2/+2
* Rename `db` log category to `walletdb` (like `coindb`)Wladimir J. van der Laan2019-11-081-2/+10
* logging: Add member for arbitrary print callbacksMarcoFalke2019-11-041-0/+7
* util: Filter control characters out of log messagesWladimir J. van der Laan2019-10-151-1/+23
* test: Log to debug.log in all testsMarcoFalke2019-06-201-0/+8
* logging: Add threadsafety commentsMarcoFalke2019-05-281-3/+3
* Log early messages with -printtoconsoleAnthony Towns2019-05-281-25/+38
* Replace OpenDebugLog() with StartLogging()Anthony Towns2019-05-281-1/+2
* threads: prefix log messages with thread namesJames O'Beirne2019-04-291-10/+16
* log: Construct global logger on first useMarcoFalke2019-01-291-1/+7
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
* Don't close old debug log file handle prematurely when trying to re-open (on ...practicalswift2018-08-291-5/+5
* refactor: use fs:: over boost::filesystem::fanquake2018-08-151-1/+1
* Merge #13149: Handle unsuccessful fseek(...):sWladimir J. van der Laan2018-05-071-1/+5
|\
| * Print a log message if we fail to shrink the debug log filepracticalswift2018-05-031-0/+1
| * Handle unsuccessful fseek(...):spracticalswift2018-05-021-1/+4
* | logging: remove unused return value from LogPrintStrpracticalswift2018-05-021-8/+4
* | logging: Fix potential use-after-free in LogPrintStr(...)practicalswift2018-05-021-2/+5
|/
* util: Store debug log file path in BCLog::Logger member.Jim Posen2018-04-291-15/+10
* scripted-diff: Rename BCLog::Logger member variables.Jim Posen2018-04-291-27/+27
* util: Refactor GetLogCategory.Jim Posen2018-04-291-19/+32
* util: Encapsulate logCategories within BCLog::Logger.Jim Posen2018-04-271-3/+20
* util: Move debug file management functions into Logger.Jim Posen2018-04-271-50/+9
* util: Establish global logger object.Jim Posen2018-04-271-17/+20
* MOVEONLY: Move logging code from util.{h,cpp} to new files.Jim Posen2018-04-181-0/+283