Bitcoin Kernel
C header for interacting with the Bitcoin Kernel library.
|
#include <bitcoinkernel.h>
Data Fields | |
int | log_timestamps |
Prepend a timestamp to log messages. | |
int | log_time_micros |
Log timestamps in microsecond precision. | |
int | log_threadnames |
Prepend the name of the thread to log messages. | |
int | log_sourcelocations |
Prepend the source location to log messages. | |
int | always_print_category_levels |
Prepend the log category and level to log messages. | |
Options controlling the format of log messages.
Set fields as non-zero to indicate true.
int btck_LoggingOptions::always_print_category_levels |
Prepend the log category and level to log messages.
int btck_LoggingOptions::log_sourcelocations |
Prepend the source location to log messages.
int btck_LoggingOptions::log_threadnames |
Prepend the name of the thread to log messages.
int btck_LoggingOptions::log_time_micros |
Log timestamps in microsecond precision.
int btck_LoggingOptions::log_timestamps |
Prepend a timestamp to log messages.