Prepends the wallet name in logging output to ease debugging in multi-wallet use cases
Declared in <wallet/scriptpubkeyman.h>
template<typename... Params>
void
WalletLogPrintf(
util::ConstevalFormatString<sizeof...(Params)> wallet_fmt,
Params const&... params) const;
| Name | Description |
|---|---|
| wallet_fmt | The format string for the log message. |
| params | The arguments substituted into the format string. |