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
/
test
/
logging_tests.cpp
Age
Commit message (
Expand
)
Author
2023-12-20
logging: add LogError, LogWarning, LogInfo, LogDebug, LogTrace
Anthony Towns
2023-12-15
logging: treat BCLog::ALL like BCLog::NONE
Anthony Towns
2023-12-15
logging: Drop BCLog::Level::None
Anthony Towns
2023-12-15
logging: make [cat:debug] and [info] implicit
Anthony Towns
2023-12-15
logging: refactor: pull prefix code out
Anthony Towns
2023-08-03
refactor: fix unterminated LogPrintf()s
fanquake
2023-06-14
init: raise on invalid loglevel config option
Jon Atack
2023-01-31
Use steady clock for logging timer
MarcoFalke
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-08-20
Create BCLog::Level::Trace log severity level
Jon Atack
2022-08-20
Unit test coverage for -loglevel configuration option
klementtan
2022-08-20
Unit test coverage for log severity levels
klementtan
2022-08-20
Update LogAcceptCategory() and unit tests with log severity levels
klementtan
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-19
logging: Add severity level to logs.
klementtan
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-09-07
Make unexpected time type in BCLog::LogMsg() a compile-time error
Martin Ankerl
2021-09-07
log, timer: improve BCLog::LogMsg()
Jon Atack
2021-09-01
log, timer: add timing macro in usec LOG_TIME_MICROS_WITH_CATEGORY
Jon Atack
2021-04-14
test: Reset mocktime in the common setup
MarcoFalke
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-11-04
logs: add BCLog::Timer and related macros
James O'Beirne