aboutsummaryrefslogtreecommitdiff
path: root/src/logging.h
AgeCommit message (Expand)Author
2024-09-05bench: Remove redundant logging benchmarksMarcoFalke
2024-09-03Merge bitcoin/bitcoin#26619: log: expand BCLog::LogFlags (categories) to 64 bitsAva Chow
2024-08-29refactor: Remove unused LogPrintMarcoFalke
2024-08-13log: expand BCLog::LogFlags (categories) to 64 bitsLarry Ruane
2024-08-04logging, refactor: minor encapsulation improvement and use BCLog::NONE instea...Vasil Dimov
2024-07-19logging: use std::string_viewAnthony Towns
2024-07-19logging: Apply formatting to early log messagesAnthony Towns
2024-07-19logging: Limit early logging bufferAnthony Towns
2024-07-12logging: Add DisableLogging()Anthony Towns
2024-07-04logging: Add thread safety annotationsAnthony Towns
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