19 #ifndef GEOS_COMMON_LOGLEVELSREGISTRY_HPP
20 #define GEOS_COMMON_LOGLEVELSREGISTRY_HPP
23 #include "common/format/Format.hpp"
54 std::map< integer, std::vector< std::string > > m_logLevelsDescriptions;
Keep track of log level documention for a group.
void addEntry(integer level, std::string_view description)
Add a log description for a wrapper.
string buildLogLevelDescription() const
Construct the log level string description for a wrapper.
std::int32_t integer
Signed integer type.
std::string_view string_view
String type.