Cleanup. Remove dependencies on utilstrencodings and boost/mutex.
Details
Details
- Reviewers
jasonbcox deadalnix - Group Reviewers
Restricted Owners Package (Owns No Changed Paths) Restricted Project - Commits
- rSTAGINGbc24189fbecf: [Part 5] Refactor logging code into a global object
rABCbc24189fbecf: [Part 5] 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
Comment Actions
- logging: Remove use of ARRAYLEN from utilstrencodings.
- logging: Change boost::mutex to std::mutex.
src/logging.cpp | ||
---|---|---|
101 ↗ | (On Diff #3641) | I had no idea this worked on C style arrays. |