Logging category, mirroring btck_LogCategory.
| Name | Description |
|---|---|
ALL | Every logging category at once. |
BENCH | Benchmarking output. |
BLOCKSTORAGE | Block file storage. |
COINDB | The coin (UTXO) database. |
LEVELDB | The LevelDB storage backend. |
MEMPOOL | The transaction memory pool. |
PRUNE | Block-file pruning. |
RAND | Randomness generation. |
REINDEX | Reindexing of the block database. |
VALIDATION | Block and transaction validation. |
KERNEL | The kernel library itself. |
| Name | Description |
|---|---|
logging_disable_category | Disables logging for a category. |
logging_enable_category | Enables logging for a category. |
logging_set_level_category | Sets the log level for a single category. |