util: Encapsulate logCategories within BCLog::Logger.
Details
Details
- Reviewers
deadalnix jasonbcox - Group Reviewers
Restricted Owners Package (Owns No Changed Paths) Restricted Project - Commits
- rSTAGING724b2c2aa0f9: [Part 4] Refactor logging code into a global object
rABC724b2c2aa0f9: [Part 4] Refactor logging code into a global object
Run bitcoind with different permutations of:
-logtimestamps, -debug, -printtoconsole, -datadir, -shrinkdebugfile
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- logging
- Lint
Lint Passed Severity Location Code Message Auto-Fix src/init.cpp:1 CFMT Code style violation Auto-Fix src/qt/transactiondesc.cpp:1 CFMT Code style violation - Unit
No Test Coverage - Build Status
Buildable 2411 Build 2951: Bitcoin ABC Buildbot (legacy) Build 2950: arc lint + arc unit
Event Timeline
src/init.cpp | ||
---|---|---|
1390 ↗ | (On Diff #3485) | To avoid these casts, I think flag should be typed as LogFlags. As a result, GetLogCategory should be modified to take LogFlags instead of uint32_t. |
src/init.cpp | ||
---|---|---|
1390 ↗ | (On Diff #3485) | Noticed that you fixed this in https://reviews.bitcoinabc.org/D1284. |
src/init.cpp | ||
---|---|---|
1390 ↗ | (On Diff #3485) | It still makes the history confusing. |