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
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