Options controlling the format of log messages.
Declared in <kernel/bitcoinkernel.h>
struct btck_LoggingOptions;
Set fields as non-zero to indicate true.
| Name | Description |
|---|---|
always_print_category_levels | Prepend the log category and level to log messages. |
log_sourcelocations | Prepend the source location to log messages. |
log_threadnames | Prepend the name of the thread to log messages. |
log_time_micros | Log timestamps in microsecond precision. |
log_timestamps | Prepend a timestamp to log messages. |