Logging category, mirroring btck_LogCategory.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

enum class LogCategory : btck_LogCategory;

Members

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.

Non-Member Functions

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.

Created with MrDocs