btck_LoggingOptions

Options controlling the format of log messages.

Synopsis

Declared in <kernel/bitcoinkernel.h>

struct btck_LoggingOptions;

Description

Set fields as non-zero to indicate true.

Data Members

NameDescription
always_print_category_levels Prepend the log category and level to log messages.
log_sourcelocations Prepend the source location to log messages.
log_threadnames Prepend the name of the thread to log messages.
log_time_micros Log timestamps in microsecond precision.
log_timestamps Prepend a timestamp to log messages.