Bitcoin Core logging facilities: log categories and their bit flags.
Types
Name |
Description |
Fixed window rate limiter for logging. |
|
Central logger that formats entries and writes them to the console, a file and callbacks. |
|
RAII‐style object that outputs timing information to logs. |
Type Aliases
Name |
Description |
Bit mask holding a set of BCLog::LogFlags log categories. |
|
Alias for compatibility. Prefer util::log::Level over BCLog::Level in new code. |
Enums
Name |
Description |
Debug logging categories, each a distinct bit in a CategoryMask. |
Variables
Name |
Description |
Default for whether log rate limiting is enabled. |
|
Default global log severity level. |
|
buffer up to 1MB of log data prior to StartLogging |
|
maximum number of bytes per source location that can be logged within the rate‐limit window |
|
time window after which log ratelimit stats are reset |
Created with MrDocs