| 
    Bitcoin Kernel
    
   C header for interacting with the Bitcoin Kernel library. 
   | 
 
#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.   | |
Options controlling the format of log messages.
| bool kernel_LoggingOptions::always_print_category_levels | 
Prepend the log category and level to log messages.
| bool kernel_LoggingOptions::log_sourcelocations | 
Prepend the source location to log messages.
| bool kernel_LoggingOptions::log_threadnames | 
Prepend the name of the thread to log messages.
| bool kernel_LoggingOptions::log_time_micros | 
Log timestamps in microsecond precision.
| bool kernel_LoggingOptions::log_timestamps | 
Prepend a timestamp to log messages.