[#wallet-CWallet-LogName] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::LogName :relfileprefix: ../../ :mrdocs: Return wallet name for use in logs, will return "default wallet" if the wallet has no name. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual std::string LogName() const override; ---- == Return Value The wallet name, or "default wallet" when unnamed. [.small]#Created with https://www.mrdocs.com[MrDocs]#