struct Gambit::Logging::Message
structure for storing log messages and metadata
#include <logging.hpp>
Public Functions
| Name | |
|---|---|
| Message(const std::string & msgIN, const std::set< int > & tagsIN) Constructor. |
Public Attributes
| Name | |
|---|---|
| std::string | message |
| std::set< int > | tags |
| Utils::time_point | received_at |
Public Functions Documentation
function Message
inline Message(
const std::string & msgIN,
const std::set< int > & tagsIN
)
Constructor.
Public Attributes Documentation
variable message
std::string message;
variable tags
std::set< int > tags;
variable received_at
Utils::time_point received_at;
Updated on 2025-02-12 at 16:10:32 +0000