[#BCLog-Logger-DisableLogging] = xref:BCLog.adoc[BCLog]::xref:BCLog/Logger.adoc[Logger]::DisableLogging :relfileprefix: ../../ :mrdocs: Disable logging This offers a slight speedup and slightly smaller memory usage compared to leaving the logging system in its default state. Mostly intended for libbitcoin‐kernel apps that don't want any logging. Should be used instead of StartLogging(). == Synopsis Declared in `<logging.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e43eed0f8)]] void DisableLogging(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#