Bitcoin Kernel
C header for interacting with the Bitcoin Kernel library.
Loading...
Searching...
No Matches
Data Fields
btck_LoggingOptions Struct Reference

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

Detailed Description

Options controlling the format of log messages.

Set fields as non-zero to indicate true.

Field Documentation

◆ always_print_category_levels

int btck_LoggingOptions::always_print_category_levels

Prepend the log category and level to log messages.

◆ log_sourcelocations

int btck_LoggingOptions::log_sourcelocations

Prepend the source location to log messages.

◆ log_threadnames

int btck_LoggingOptions::log_threadnames

Prepend the name of the thread to log messages.

◆ log_time_micros

int btck_LoggingOptions::log_time_micros

Log timestamps in microsecond precision.

◆ log_timestamps

int btck_LoggingOptions::log_timestamps

Prepend a timestamp to log messages.


The documentation for this struct was generated from the following file: