Logs a message with the timer prefix and elapsed time.
Declared in <logging/timer.h>
void
Log(std::string const& msg);
Routes to unconditional info logging when the category is ALL, otherwise to category-filtered debug logging.
| Name | Description |
|---|---|
| msg | Message to log alongside the prefix and elapsed time. |