Debug logging categories, each a distinct bit in a CategoryMask.
Synopsis
Declared in <logging/categories.h>
enum LogFlags : CategoryMask;
Members
Name |
Description |
|
No category; matches nothing. |
|
Peer‐to‐peer networking. |
|
Tor onion routing connectivity. |
|
Transaction memory pool. |
|
HTTP server. |
|
Performance benchmarking. |
|
ZeroMQ notifications. |
|
Wallet database. |
|
Remote procedure call interface. |
|
Fee estimation. |
|
Address manager. |
|
Coin selection. |
|
Block index reconstruction. |
|
Compact block relay. |
|
Random number generation. |
|
Block file pruning. |
|
Proxy connections. |
|
Mempool rejection of transactions. |
|
Coin (UTXO) database. |
|
Qt graphical user interface. |
|
LevelDB backend. |
|
Block and transaction validation. |
|
I2P network connectivity. |
|
Inter‐process communication. |
|
Block file storage. |
|
Transaction reconciliation. |
|
Blockchain scanning. |
|
Transaction package relay. |
|
Consensus kernel. |
|
Private transaction broadcast. |
|
Every category; matches all log output. |
Created with MrDocs