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

#include <bitcoinkernel.h>

Data Fields

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

Detailed Description

Options controlling the format of log messages.

Field Documentation

◆ always_print_category_levels

bool kernel_LoggingOptions::always_print_category_levels

Prepend the log category and level to log messages.

◆ log_sourcelocations

bool kernel_LoggingOptions::log_sourcelocations

Prepend the source location to log messages.

◆ log_threadnames

bool kernel_LoggingOptions::log_threadnames

Prepend the name of the thread to log messages.

◆ log_time_micros

bool kernel_LoggingOptions::log_time_micros

Log timestamps in microsecond precision.

◆ log_timestamps

bool kernel_LoggingOptions::log_timestamps

Prepend a timestamp to log messages.


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