Application‐agnostic logging interface shared across Bitcoin Core.
Types
Name |
Description |
A single log message together with its metadata. |
|
Structure and constant for tagging not to rate limit. |
Type Aliases
Name |
Description |
Opaque to util::log; interpreted by consumers (e.g., BCLog::LogFlags). |
Enums
Name |
Description |
Severity level of a log entry. |
Functions
Name |
Description |
Send message to be logged. Applications using the logging library need to provide this. |
|
|
|
Format a log message and forward it to util::log::Log. |
|
Return whether messages with specified category should be debug logged. Applications using the logging library need to provide this. |
|
Return whether messages with specified category should be trace logged. Applications using the logging library need to provide this. |
Variables
Name |
Description |
Tag value passed to logging macros to opt out of rate limiting. |
Created with MrDocs