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::stringmessage
std::set< int >tags
Utils::time_pointreceived_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 2023-06-26 at 21:36:52 +0000