Skip to content
Back to top
Log Event
-
namespace HTTPServer
-
class LogEvent
Public Functions
-
inline explicit LogEvent(const std::string &event)
-
inline LogEvent &add(const std::string &key, const std::string &value)
-
inline LogEvent &add(const std::string &key, int value)
-
inline LogEvent &add(const std::string &key, size_t value)
-
inline LogEvent &add(const std::string &key, bool value)
-
inline std::string str() const
Private Members
-
std::vector<std::pair<std::string, std::string>> fields