Bitcoin Core 30.99.0
P2P Digital Currency
Public Attributes | List of all members
btck_LoggingOptions Struct Reference

Options controlling the format of log messages. More...

#include <bitcoinkernel.h>

Public Attributes

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

Detailed Description

Options controlling the format of log messages.

Set fields as non-zero to indicate true.

Definition at line 421 of file bitcoinkernel.h.

Member Data Documentation

◆ always_print_category_levels

int btck_LoggingOptions::always_print_category_levels

Prepend the log category and level to log messages.

Definition at line 426 of file bitcoinkernel.h.

◆ log_sourcelocations

int btck_LoggingOptions::log_sourcelocations

Prepend the source location to log messages.

Definition at line 425 of file bitcoinkernel.h.

◆ log_threadnames

int btck_LoggingOptions::log_threadnames

Prepend the name of the thread to log messages.

Definition at line 424 of file bitcoinkernel.h.

◆ log_time_micros

int btck_LoggingOptions::log_time_micros

Log timestamps in microsecond precision.

Definition at line 423 of file bitcoinkernel.h.

◆ log_timestamps

int btck_LoggingOptions::log_timestamps

Prepend a timestamp to log messages.

Definition at line 422 of file bitcoinkernel.h.


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