![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <proxy-io.h>
Public Attributes | |
| LogFn | log_fn |
| External logging callback. More... | |
| size_t | max_chars {200} |
| Maximum number of characters to use when representing request and response structs as strings. More... | |
| Log | log_level {Log::Trace} |
| Messages with a severity level less than log_level will not be reported. More... | |
Definition at line 124 of file proxy-io.h.
| LogFn mp::LogOptions::log_fn |
External logging callback.
Definition at line 127 of file proxy-io.h.
| Log mp::LogOptions::log_level {Log::Trace} |
Messages with a severity level less than log_level will not be reported.
Definition at line 135 of file proxy-io.h.
| size_t mp::LogOptions::max_chars {200} |
Maximum number of characters to use when representing request and response structs as strings.
Definition at line 131 of file proxy-io.h.