aboutsummaryrefslogtreecommitdiff
path: root/src/logging.h
AgeCommit message (Expand)Author
2024-05-16util: Move util/string.h functions to util namespaceRyan Ofsky
2024-04-02Merge bitcoin/bitcoin#29419: log: deduplicate category names and improve logg...Ryan Ofsky
2024-03-12log: Remove error() referenceFabian Jahr
2024-03-11refactor: Remove unused error()MarcoFalke
2024-03-11refactor: Make error() return type voidMarcoFalke
2024-02-11logging: remove unused BCLog::UTILVasil Dimov
2023-12-20logging: add LogError, LogWarning, LogInfo, LogDebug, LogTraceAnthony Towns
2023-12-15logging: add -loglevelalways=1 optionAnthony Towns
2023-12-15logging: Drop BCLog::Level::NoneAnthony Towns
2023-12-15logging: refactor: pull prefix code outAnthony Towns
2023-08-29[log] add category TXPACKAGES for orphanage and package relayglozow
2023-06-15refactor: rename BCLog::BLOCKSTORE to BLOCKSTORAGEJon Atack
2023-03-23refactor: Move fs.* to util/fs.*TheCharlatan
2023-03-13refactor: Move error() from util/system.h to logging.hBen Woosley
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-10-25wallet: fast rescan: show log message for every non-skipped blockSebastian Falbesoner
2022-10-17log: Add tx reconciliation log categoryGleb Naumenko
2022-08-20Create BCLog::Level::Trace log severity levelJon Atack
2022-08-20Create -loglevel configuration optionklementtan
2022-08-20Create BCLog::Logger::LogLevelsString() helper functionklementtan
2022-08-20Update LogAcceptCategory() and unit tests with log severity levelsklementtan
2022-08-20Add BCLog::Logger::SetLogLevel()/SetCategoryLogLevel() for string inputsklementtan
2022-08-20Add BCLog::Logger::m_category_log_levels data member and getter/setterJon Atack
2022-08-20Add BCLog::Logger::m_log_level data member and getter/setterJon Atack
2022-08-18Simplify BCLog::Level enum class and LogLevelToStr() functionJon Atack
2022-06-08logging: add LogPrintfCategory to log unconditionally with categoryJon Atack
2022-05-25refactor: Change LogPrintLevel order to category, severitylaanwj
2022-05-25logging: Unconditionally log levels >= WARNlaanwj
2022-05-19logging: Add severity level to logs.klementtan
2022-04-05Put lock logging behind DEBUG_LOCKCONTENTION preprocessor directiveJon Atack
2022-02-03refactor: replace boost::filesystem with std::filesystemKiminuo
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-10-11blockstorage: use debug log categoryAnthony Towns
2021-10-01Add syscall sandboxing (seccomp-bpf)practicalswift
2021-08-18log, sync: add LOCK logging category, apply it to lock contentionJon Atack
2021-07-22log: sort LogCategoriesList and LogCategoriesString alphabeticallyJon Atack
2021-04-23multiprocess: Add Ipc interface implementationRussell Yanofsky
2021-03-01net: implement the necessary parts of the I2P SAM protocolVasil Dimov
2021-01-15log: Prefix log messages with function name if -logsourcelocations is setpracticalswift
2020-12-06Don't declare de facto const member functions as non-constpracticalswift
2020-05-28refactor: Rename LockGuard to StdLockGuard for consistency with StdMutexHennadii Stepanov
2020-05-28Add thread safety annotated wrapper for std::mutexHennadii Stepanov
2020-05-27logging: thread safety annotationsAnthony Towns
2020-04-16log: Use Join() helper when listing log categoriesMarcoFalke
2020-01-15scripted-diff: Bump copyright of files changed in 2020MarcoFalke
2020-01-09Merge #16688: log: Add validation interface loggingWladimir J. van der Laan
2020-01-03Add VALIDATION to BCLog::LogFlagsJeffrey Czyz
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-11-08scripted-diff: Change `BCLog::DB` to `BCLog::WALLETDB`Wladimir J. van der Laan
2019-11-04logging: Add member for arbitrary print callbacksMarcoFalke