BCLog::Timer::Log

Logs a message with the timer prefix and elapsed time.

Synopsis

Declared in <logging/timer.h>

void
Log(std::string const& msg);

Description

Routes to unconditional info logging when the category is ALL, otherwise to category-filtered debug logging.

Parameters

NameDescription
msgMessage to log alongside the prefix and elapsed time.