wallet::CWallet::WalletLogPrintf

Prepends the wallet name in logging output to ease debugging in multi-wallet use cases

Synopsis

Declared in <wallet/wallet.h>

template<typename... Params>
void
WalletLogPrintf(
    util::ConstevalFormatString<sizeof...(Params)> wallet_fmt,
    Params const&... params) const;

Parameters

NameDescription
wallet_fmtThe format string for the log message.
paramsThe values to substitute into the format string.