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.cpp
Age
Commit message (
Expand
)
Author
2019-11-08
scripted-diff: Change `BCLog::DB` to `BCLog::WALLETDB`
Wladimir J. van der Laan
2019-11-08
Rename `db` log category to `walletdb` (like `coindb`)
Wladimir J. van der Laan
2019-11-04
logging: Add member for arbitrary print callbacks
MarcoFalke
2019-10-15
util: Filter control characters out of log messages
Wladimir J. van der Laan
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-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-08-29
Don't close old debug log file handle prematurely when trying to re-open (on ...
practicalswift
2018-08-15
refactor: use fs:: over boost::filesystem::
fanquake
2018-05-07
Merge #13149: Handle unsuccessful fseek(...):s
Wladimir J. van der Laan
2018-05-03
Print a log message if we fail to shrink the debug log file
practicalswift
2018-05-02
Handle unsuccessful fseek(...):s
practicalswift
2018-05-02
logging: remove unused return value from LogPrintStr
practicalswift
2018-05-02
logging: Fix potential use-after-free in 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