Logging category, mirroring btck_LogCategory.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
enum class LogCategory : btck_LogCategory;
Members
Name |
Description |
|
Every logging category at once. |
|
Benchmarking output. |
|
Block file storage. |
|
The coin (UTXO) database. |
|
The LevelDB storage backend. |
|
The transaction memory pool. |
|
Block‐file pruning. |
|
Randomness generation. |
|
Reindexing of the block database. |
|
Block and transaction validation. |
|
The kernel library itself. |
Non-Member Functions
Name |
Description |
Disables logging for a category. |
|
Enables logging for a category. |
|
Sets the log level for a single category. |
Created with MrDocs