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

Name

Description

wallet_fmt

The format string for the log message.

params

The values to substitute into the format string.

Created with MrDocs