Options controlling the format of log messages.
Synopsis
Declared in <kernel/bitcoinkernel.h>
struct btck_LoggingOptions;
Description
Set fields as non‐zero to indicate true.
Data Members
Name |
Description |
Prepend the log category and level to log messages. |
|
Prepend the source location to log messages. |
|
Prepend the name of the thread to log messages. |
|
Log timestamps in microsecond precision. |
|
Prepend a timestamp to log messages. |
Created with MrDocs