Function stream_client::log_message

Function Documentation

inline void stream_client::log_message(log_level level, const std::string &location, const std::string &message)

Log message produced from location with level.

Note

Thread-safe.

Parameters
  • [in] level – Level of the message.

  • [in] location – Location of the message.

  • [in] message – The body of the message.