[#BCLog-Logger-LogPrint] = xref:BCLog.adoc[BCLog]::xref:BCLog/Logger.adoc[Logger]::LogPrint :relfileprefix: ../../ :mrdocs: Send an entry to the log output == Synopsis Declared in `<logging.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e43eec6f8)]] void LogPrint(xref:util/log/Entry.adoc[util::log::Entry] log_entry); ---- == Parameters [cols="1,4"] |=== | Name| Description | *log_entry* | The log entry to format and write. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#