index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
logging.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor: Rename LockGuard to StdLockGuard for consistency with StdMutex
Hennadii Stepanov
2020-05-28
1
-3
/
+3
*
Add thread safety annotated wrapper for std::mutex
Hennadii Stepanov
2020-05-28
1
-1
/
+1
*
logging: thread safety annotations
Anthony Towns
2020-05-27
1
-7
/
+9
*
log: Use Join() helper when listing log categories
MarcoFalke
2020-04-16
1
-8
/
+9
*
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
1
-1
/
+1
*
Merge #16688: log: Add validation interface logging
Wladimir J. van der Laan
2020-01-09
1
-0
/
+1
|
\
|
*
Add VALIDATION to BCLog::LogFlags
Jeffrey Czyz
2020-01-03
1
-0
/
+1
*
|
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
1
-1
/
+1
|
/
*
scripted-diff: Change `BCLog::DB` to `BCLog::WALLETDB`
Wladimir J. van der Laan
2019-11-08
1
-1
/
+1
*
logging: Add member for arbitrary print callbacks
MarcoFalke
2019-11-04
1
-1
/
+19
*
Replace the LogPrint function with a macro
Jeffrey Czyz
2019-10-22
1
-7
/
+8
*
test: Log to debug.log in all tests
MarcoFalke
2019-06-20
1
-0
/
+2
*
logging: Add threadsafety comments
MarcoFalke
2019-05-28
1
-6
/
+10
*
Log early messages with -printtoconsole
Anthony Towns
2019-05-28
1
-1
/
+4
*
Replace OpenDebugLog() with StartLogging()
Anthony Towns
2019-05-28
1
-1
/
+1
*
threads: prefix log messages with thread names
James O'Beirne
2019-04-29
1
-0
/
+2
*
log: Construct global logger on first use
MarcoFalke
2019-01-29
1
-4
/
+4
*
logging: Replace LogPrint macros with regular functions
MarcoFalke
2018-09-12
1
-33
/
+22
*
logging: remove unused return value from LogPrintStr
practicalswift
2018-05-02
1
-1
/
+1
*
util: Store debug log file path in BCLog::Logger member.
Jim Posen
2018-04-29
1
-2
/
+2
*
scripted-diff: Rename BCLog::Logger member variables.
Jim Posen
2018-04-29
1
-13
/
+13
*
util: Refactor GetLogCategory.
Jim Posen
2018-04-29
1
-2
/
+6
*
util: Encapsulate logCategories within BCLog::Logger.
Jim Posen
2018-04-27
1
-4
/
+12
*
util: Move debug file management functions into Logger.
Jim Posen
2018-04-27
1
-4
/
+10
*
util: Establish global logger object.
Jim Posen
2018-04-27
1
-12
/
+35
*
MOVEONLY: Move logging code from util.{h,cpp} to new files.
Jim Posen
2018-04-18
1
-0
/
+125