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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
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. |