[#BCLog-Timer-Log] = xref:BCLog.adoc[BCLog]::xref:BCLog/Timer.adoc[Timer]::Log :relfileprefix: ../../ :mrdocs: Logs a message with the timer prefix and elapsed time. == Synopsis Declared in `<logging/timer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void Log(std::string const& msg); ---- == Description Routes to unconditional info logging when the category is ALL, otherwise to category‐filtered debug logging. == Parameters [cols="1,4"] |=== | Name| Description | *msg* | Message to log alongside the prefix and elapsed time. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#