Function stream_client::log_message¶
Defined in File logger.ipp
Function Documentation¶
-
inline void
stream_client
::
log_message
(log_level level, const std::string &location, const std::string &message)¶ Log
message
produced fromlocation
withlevel
.Note
Thread-safe.
- Parameters
[in] level – Level of the message.
[in] location – Location of the message.
[in] message – The body of the message.