index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
logging.h
Age
Commit message (
Expand
)
Author
2024-08-29
refactor: Remove unused LogPrint
MarcoFalke
2024-08-04
logging, refactor: minor encapsulation improvement and use BCLog::NONE instea...
Vasil Dimov
2024-07-19
logging: use std::string_view
Anthony Towns
2024-07-19
logging: Apply formatting to early log messages
Anthony Towns
2024-07-19
logging: Limit early logging buffer
Anthony Towns
2024-07-12
logging: Add DisableLogging()
Anthony Towns
2024-07-04
logging: Add thread safety annotations
Anthony Towns
2024-05-16
util: Move util/string.h functions to util namespace
Ryan Ofsky
2024-04-02
Merge bitcoin/bitcoin#29419: log: deduplicate category names and improve logg...
Ryan Ofsky
2024-03-12
log: Remove error() reference
Fabian Jahr
2024-03-11
refactor: Remove unused error()
MarcoFalke
2024-03-11
refactor: Make error() return type void
MarcoFalke
2024-02-11
logging: remove unused BCLog::UTIL
Vasil Dimov
2023-12-20
logging: add LogError, LogWarning, LogInfo, LogDebug, LogTrace
Anthony Towns
2023-12-15
logging: add -loglevelalways=1 option
Anthony Towns
2023-12-15
logging: Drop BCLog::Level::None
Anthony Towns
2023-12-15
logging: refactor: pull prefix code out
Anthony Towns
2023-08-29
[log] add category TXPACKAGES for orphanage and package relay
glozow
2023-06-15
refactor: rename BCLog::BLOCKSTORE to BLOCKSTORAGE
Jon Atack
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2023-03-13
refactor: Move error() from util/system.h to logging.h
Ben Woosley
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-10-25
wallet: fast rescan: show log message for every non-skipped block
Sebastian Falbesoner
2022-10-17
log: Add tx reconciliation log category
Gleb Naumenko
2022-08-20
Create BCLog::Level::Trace log severity level
Jon Atack
2022-08-20
Create -loglevel configuration option
klementtan
2022-08-20
Create BCLog::Logger::LogLevelsString() helper function
klementtan
2022-08-20
Update LogAcceptCategory() and unit tests with log severity levels
klementtan
2022-08-20
Add BCLog::Logger::SetLogLevel()/SetCategoryLogLevel() for string inputs
klementtan
2022-08-20
Add BCLog::Logger::m_category_log_levels data member and getter/setter
Jon Atack
2022-08-20
Add BCLog::Logger::m_log_level data member and getter/setter
Jon Atack
2022-08-18
Simplify BCLog::Level enum class and LogLevelToStr() function
Jon Atack
2022-06-08
logging: add LogPrintfCategory to log unconditionally with category
Jon Atack
2022-05-25
refactor: Change LogPrintLevel order to category, severity
laanwj
2022-05-25
logging: Unconditionally log levels >= WARN
laanwj
2022-05-19
logging: Add severity level to logs.
klementtan
2022-04-05
Put lock logging behind DEBUG_LOCKCONTENTION preprocessor directive
Jon Atack
2022-02-03
refactor: replace boost::filesystem with std::filesystem
Kiminuo
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-10-11
blockstorage: use debug log category
Anthony Towns
2021-10-01
Add syscall sandboxing (seccomp-bpf)
practicalswift
2021-08-18
log, sync: add LOCK logging category, apply it to lock contention
Jon Atack
2021-07-22
log: sort LogCategoriesList and LogCategoriesString alphabetically
Jon Atack
2021-04-23
multiprocess: Add Ipc interface implementation
Russell Yanofsky
2021-03-01
net: implement the necessary parts of the I2P SAM protocol
Vasil Dimov
2021-01-15
log: Prefix log messages with function name if -logsourcelocations is set
practicalswift
2020-12-06
Don't declare de facto const member functions as non-const
practicalswift
2020-05-28
refactor: Rename LockGuard to StdLockGuard for consistency with StdMutex
Hennadii Stepanov
2020-05-28
Add thread safety annotated wrapper for std::mutex
Hennadii Stepanov
2020-05-27
logging: thread safety annotations
Anthony Towns
[next]