![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
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... | |
Options controlling the format of log messages.
Set fields as non-zero to indicate true.
Definition at line 421 of file bitcoinkernel.h.
| int btck_LoggingOptions::always_print_category_levels |
Prepend the log category and level to log messages.
Definition at line 426 of file bitcoinkernel.h.
| int btck_LoggingOptions::log_sourcelocations |
Prepend the source location to log messages.
Definition at line 425 of file bitcoinkernel.h.
| int btck_LoggingOptions::log_threadnames |
Prepend the name of the thread to log messages.
Definition at line 424 of file bitcoinkernel.h.
| int btck_LoggingOptions::log_time_micros |
Log timestamps in microsecond precision.
Definition at line 423 of file bitcoinkernel.h.
| int btck_LoggingOptions::log_timestamps |
Prepend a timestamp to log messages.
Definition at line 422 of file bitcoinkernel.h.