Helper functions for all loggers. More...
Functions | |
std::string | FormatLogLine (const std::string &logLevel, const std::string &msg) |
Format a line for logging, including time stamp. | |
Helper functions for all loggers.
std::string FormatLogLine | ( | const std::string & | logLevel, |
const std::string & | msg | ||
) |
Format a line for logging, including time stamp.
logLevel | Level of logging (TRACE, INFO, ERROR) |
msg | Message to log |
Definition at line 44 of file Bridge_LoggerHelpers.cpp.
References _GetTimeStamp(), and Helpers::formatstring().