btck::LogCategory

Logging category, mirroring btck_LogCategory.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

enum class LogCategory : btck_LogCategory;

Members

NameDescription
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.

Non-Member Functions

NameDescription
logging_disable_categoryDisables logging for a category.
logging_enable_categoryEnables logging for a category.
logging_set_level_categorySets the log level for a single category.