[#btck_LoggingOptions] = btck_LoggingOptions :mrdocs: Options controlling the format of log messages. == Synopsis Declared in `<kernel/bitcoinkernel.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct btck_LoggingOptions; ---- == Description Set fields as non‐zero to indicate true. == Data Members [cols="1,4"] |=== | Name| Description | xref:btck_LoggingOptions/always_print_category_levels.adoc[`always_print_category_levels`] | Prepend the log category and level to log messages. | xref:btck_LoggingOptions/log_sourcelocations.adoc[`log_sourcelocations`] | Prepend the source location to log messages. | xref:btck_LoggingOptions/log_threadnames.adoc[`log_threadnames`] | Prepend the name of the thread to log messages. | xref:btck_LoggingOptions/log_time_micros.adoc[`log_time_micros`] | Log timestamps in microsecond precision. | xref:btck_LoggingOptions/log_timestamps.adoc[`log_timestamps`] | Prepend a timestamp to log messages. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#