logging.hpp
Go to the documentation of this file.
35 #include "gambit/Logs/logger.hpp" // Minimal declarations needed to use logger -- most code should only need to include this. 91 const std::string& message; //lives on in original Message object, so can be a reference safely I think
structure for storing log messages and metadata after tags are sorted Definition: logging.hpp:89 std::chrono::time_point< std::chrono::system_clock > time_point Definition: logging.hpp:46 GAMBIT file locking functions Use these to block access to sensitive parts of the code by other proce... Logging access header for GAMBIT. Message(const std::string &msgIN, const std::set< int > &tagsIN) Constructor. Definition: logging.hpp:80 Headeer for logging classes. void checktags() Function to inspect tags and their associated strings. For testing purposes only. ... Definition: logging.cpp:163 const Utils::time_point & received_at Definition: logging.hpp:92 std::set< int > component_tags Definition: logging.hpp:96 |