index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
logging.h
Age
Commit message (
Expand
)
Author
2021-03-01
net: implement the necessary parts of the I2P SAM protocol
Vasil Dimov
2021-01-15
log: Prefix log messages with function name if -logsourcelocations is set
practicalswift
2020-12-06
Don't declare de facto const member functions as non-const
practicalswift
2020-05-28
refactor: Rename LockGuard to StdLockGuard for consistency with StdMutex
Hennadii Stepanov
2020-05-28
Add thread safety annotated wrapper for std::mutex
Hennadii Stepanov
2020-05-27
logging: thread safety annotations
Anthony Towns
2020-04-16
log: Use Join() helper when listing log categories
MarcoFalke
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-09
Merge #16688: log: Add validation interface logging
Wladimir J. van der Laan
2020-01-03
Add VALIDATION to BCLog::LogFlags
Jeffrey Czyz
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-11-08
scripted-diff: Change `BCLog::DB` to `BCLog::WALLETDB`
Wladimir J. van der Laan
2019-11-04
logging: Add member for arbitrary print callbacks
MarcoFalke
2019-10-22
Replace the LogPrint function with a macro
Jeffrey Czyz
2019-06-20
test: Log to debug.log in all tests
MarcoFalke
2019-05-28
logging: Add threadsafety comments
MarcoFalke
2019-05-28
Log early messages with -printtoconsole
Anthony Towns
2019-05-28
Replace OpenDebugLog() with StartLogging()
Anthony Towns
2019-04-29
threads: prefix log messages with thread names
James O'Beirne
2019-01-29
log: Construct global logger on first use
MarcoFalke
2018-09-12
logging: Replace LogPrint macros with regular functions
MarcoFalke
2018-05-02
logging: remove unused return value from LogPrintStr
practicalswift
2018-04-29
util: Store debug log file path in BCLog::Logger member.
Jim Posen
2018-04-29
scripted-diff: Rename BCLog::Logger member variables.
Jim Posen
2018-04-29
util: Refactor GetLogCategory.
Jim Posen
2018-04-27
util: Encapsulate logCategories within BCLog::Logger.
Jim Posen
2018-04-27
util: Move debug file management functions into Logger.
Jim Posen
2018-04-27
util: Establish global logger object.
Jim Posen
2018-04-18
MOVEONLY: Move logging code from util.{h,cpp} to new files.
Jim Posen